Hey guys, I'm using Kotlin with kapt and I've enab...
# android
r
Hey guys, I'm using Kotlin with kapt and I've enabled incremental compilation by specifying
kotlin.incremental=true
in
gradle.properties
file, but I still see barely any impact. Even on repeat builds, it takes more than 1.5 mins to build the project. Maybe I'm not setting up the project correctly. So does somebody have a template project which enables kotlin incremental compilation that is working as expected? Any help with improving build performance is appreciated. Please share 🙂