[Gradle] Replace useCompilerVersion by a Provider API property
Now this property acts as the single source of truth of BTA implementation version used in KGP. It allows both read and write. ^KT-62921 Fixed
This commit is contained in:
committed by
Space Team
parent
10cedd495d
commit
a904ded5f2
+1
-1
@@ -159,7 +159,7 @@ private fun TestProject.enableOtherVersionBuildToolsImpl() {
|
||||
buildGradle.append(
|
||||
"""
|
||||
kotlin {
|
||||
useCompilerVersion("$OTHER_KOTLIN_VERSION")
|
||||
compilerVersion.set("$OTHER_KOTLIN_VERSION")
|
||||
}
|
||||
""".trimIndent()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user