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:
@@ -460,6 +460,7 @@ allprojects {
|
|||||||
|
|
||||||
val commonCompilerArgs = listOfNotNull(
|
val commonCompilerArgs = listOfNotNull(
|
||||||
"-opt-in=kotlin.RequiresOptIn",
|
"-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") }
|
"-progressive".takeIf { hasProperty("test.progressive.mode") }
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user