Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Hilt Plugin to Use KSP Instead of Kapt #159

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

teogor
Copy link
Owner

@teogor teogor commented Oct 27, 2023

Description

This PR includes an upgrade to the Hilt plugin configuration, enabling it to utilize the Kotlin Symbol Processor (KSP) for code generation instead of Kotlin Annotation Processor (Kapt). This change is aimed at enhancing compatibility with the Hilt library and improving the build process.

Changes Made

  • Reconfigured the Hilt plugin to apply the Kotlin Symbol Processor (KSP).
  • Removed the application of Kapt to eliminate build warnings and streamline the build process.

@teogor teogor added this to the 1.0.0-alpha04 milestone Oct 27, 2023
@teogor teogor self-assigned this Oct 27, 2023
@teogor teogor merged commit 5a0ee3a into main Oct 27, 2023
4 checks passed
@zeobot zeobot bot deleted the upgrade-hilt-ksp branch October 27, 2023 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

1 participant