Fix kotlin stdlib handling for 212 IDEA in ide-iml-to-gradle-generator
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ fun convertJpsLibrary(lib: JpsLibrary, scope: JpsJavaDependencyScope, exported:
|
||||
)
|
||||
}
|
||||
}
|
||||
lib.name == "kotlinc.kotlin-stdlib-jdk8" -> {
|
||||
lib.name == "kotlin-stdlib-jdk8" -> {
|
||||
listOf(
|
||||
JpsLikeJarDependency("kotlinStdlib()", scope, dependencyConfiguration = null, exported = exported),
|
||||
// TODO remove hack (for some reason we have to specify :kotlin-stdlib-jdk7 explicitly, otherwise compilation doesn't pass)
|
||||
|
||||
Reference in New Issue
Block a user