Use relative paths in own kotlin klib artifacts

Old behaviour can be returned by kotlin.build.use.absolute.paths.in.klib
in local.properties

^KTI-730 In Progress
This commit is contained in:
Nikolay Krasko
2021-12-24 19:26:27 +03:00
committed by teamcity
parent 5946242d75
commit 0884782c60
+1
View File
@@ -460,6 +460,7 @@ allprojects {
val commonCompilerArgs = listOfNotNull(
"-opt-in=kotlin.RequiresOptIn",
"-Xklib-relative-path-base=$rootDir".takeIf { !kotlinBuildProperties.getBoolean("kotlin.build.use.absolute.paths.in.klib") },
"-progressive".takeIf { hasProperty("test.progressive.mode") }
)