Make precise java classes tracking in Gradle enabled by default
#KT-22192 Fixed
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ open class KotlinCompile : AbstractKotlinCompile<K2JVMCompilerArguments>(), Kotl
|
||||
internal var artifactFile: File? = null
|
||||
|
||||
@get:Input
|
||||
var usePreciseJavaTracking: Boolean = false
|
||||
var usePreciseJavaTracking: Boolean = true
|
||||
set(value) {
|
||||
field = value
|
||||
logger.kotlinDebug { "Set $this.usePreciseJavaTracking=$value" }
|
||||
|
||||
Reference in New Issue
Block a user