[Gradle] Added fix for :kotlin-gradle-plugin:compileFunctionalTestKotlin

^KT-58303
This commit is contained in:
Dmitrii Krasnov
2024-01-23 09:38:08 +01:00
committed by Space Team
parent c55a7dd038
commit 6aab336979
@@ -82,7 +82,7 @@ class CompilerArgumentsLogLevelTest {
project.evaluate()
val runnerSettings = KotlinNativeCompilerRunner.Settings.of(project.konanHome, project.konanDataDir, project)
val runnerSettings = KotlinNativeCompilerRunner.Settings.of(project.konanHome.absolutePath, project.konanDataDir, project)
assertEquals(KotlinCompilerArgumentsLogLevel.WARNING, runnerSettings.parent.kotlinCompilerArgumentsLogLevel.get())
}
}