Commit 960b2a4 1 parent 8bbcc6d commit 960b2a4 Copy full SHA for 960b2a4
File tree 1 file changed +1
-1
lines changed
gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ class KspGradleSubplugin @Inject internal constructor(private val registry: Tool
108
108
options + = SubpluginOption (" kotlinOutputDir" , kotlinOutputDir.path)
109
109
options + = SubpluginOption (" resourceOutputDir" , resourceOutputDir.path)
110
110
options + = SubpluginOption (" cachesDir" , cachesDir.path)
111
- options + = SubpluginOption (" incremental" , project.findProperty(" ksp.incremental" )?.toString() ? : " false " )
111
+ options + = SubpluginOption (" incremental" , project.findProperty(" ksp.incremental" )?.toString() ? : " true " )
112
112
options + = SubpluginOption (" incrementalLog" , project.findProperty(" ksp.incremental.log" )?.toString() ? : " false" )
113
113
options + = SubpluginOption (" projectBaseDir" , project.project.projectDir.canonicalPath)
114
114
options + = SubpluginOption (" kspOutputDir" , kspOutputDir.path)
You can’t perform that action at this time.
0 commit comments