From 0ad440f112f353cd2c72aa0a0619f3db2e50a483 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Mon, 17 Jan 2022 23:04:51 +0300 Subject: [PATCH] Revert "Use relative paths in own kotlin klib artifacts" Revert because using absolute paths in inputs ruins Gradle build caches. This reverts commit 0884782c609e904c14870f8a4be9a6e0bdeaf3f0. --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ea4ea03592b..af9c66c9949 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") } )