napt icon indicating copy to clipboard operation
napt copied to clipboard

Alternative to KAPT that skips Java stub generation and therefore is as efficient as Java APT but with Kotlin

Results 3 napt issues
Sort by recently updated
recently updated
newest added

Hi! Thanks a lot for the plugin! This ticket is to make awareness and track progress about using this plugin with the Hilt dependency. If you don't want to have...

Looks like the configuration creation gets into a feedback loop with KSP. I am not sure if this should be fixed here, in KGP, or in KSP yet. In order...

Hi! When I'm trying to change `buildDir` for all projects in root `build.gradle` like this: ``` allprojects { buildDir = file("${System.getenv("HOME")}/gradleBuild/build/${rootProject.name}/${project.name}") } ``` and build the project, but no files...