sergei-lapin / napt

Alternative to KAPT that skips Java stub generation and therefore is as efficient as Java APT but with Kotlin
MIT License
88 stars 6 forks source link

Feature request: option to disable `NaptTrigger` file generation #6

Closed ZacSweers closed 1 year ago

ZacSweers commented 1 year ago

Would you be open to a pull request to allow disabling of napttrigger file generation? I have two reasons in mind:

sergei-lapin commented 1 year ago

Hey @ZacSweers, great idea! I think this PR https://github.com/sergei-lapin/napt/pull/7 resolves the issue