diff --git a/gradle.properties b/gradle.properties index 3c3878a82f..410b3bb7d5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m # Don't recompute annotations if sources haven't been changed -kapt.incremantal.apt = true +kapt.incremental.apt = true # Multithreaded kapt.use.worker.api=true # Compilation avoidance (see https://kotlinlang.org/docs/kapt.html#compile-avoidance-for-kapt-since-1-3-20)