Kapt: Enable worker API mode by default (KT-32832)
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ class Kapt3KotlinGradleSubplugin : KotlinGradleSubplugin<KotlinCompile> {
|
||||
}
|
||||
|
||||
fun Project.isUseWorkerApi(): Boolean {
|
||||
return hasProperty(USE_WORKER_API) && property(USE_WORKER_API) == "true"
|
||||
return !(hasProperty(USE_WORKER_API) && property(USE_WORKER_API) == "false")
|
||||
}
|
||||
|
||||
fun Project.isIncrementalKapt(): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user