Revert "Use relative paths in own kotlin klib artifacts"

Revert because using absolute paths in inputs ruins Gradle build caches.

This reverts commit 0884782c60.
This commit is contained in:
Nikolay Krasko
2022-01-17 23:04:51 +03:00
committed by TeamCityServer
parent f84f3cae97
commit 0ad440f112
-1
View File
@@ -472,7 +472,6 @@ 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") }
)