diff --git a/Interop/StubGenerator/build.gradle b/Interop/StubGenerator/build.gradle index b3d7a6f735d..e5581599a5f 100644 --- a/Interop/StubGenerator/build.gradle +++ b/Interop/StubGenerator/build.gradle @@ -34,7 +34,7 @@ dependencies { compile "org.jetbrains.kotlin:kotlin-compiler:$buildKotlinVersion" compile project(':Interop:Indexer') compile "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion" - compile project(':endorsedLibraries:kliopt') + compile project(path: ":endorsedLibraries:kliopt", configuration: "jvmRuntimeElements") } compileKotlin {