Is it possible to turn off kapt cache by the gradl...
# kapt
e
Is it possible to turn off kapt cache by the gradle property?
t
In a straightforward way - no: https://github.com/JetBrains/kotlin/blob/6bddfa806c44936586c2201c038217abb17047a8/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/internal/kapt/Kapt3KotlinGradleSubplugin.kt#L383 You could add your configuration logic, that would read your custom entry in
gradle.properties
and configure kapt caching based on this property value
e
Thanks, I was thinking to use gradle properties and have some login in gradle file