mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-22 15:51:33 +00:00
Test fix
This commit is contained in:
@@ -119,7 +119,7 @@ class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
|
||||
header.setPlatformKind(TargetPlatformKind.Common)
|
||||
|
||||
val jvm = module("jvm")
|
||||
jvm.setPlatformKind(TargetPlatformKind.Jvm.JVM_1_6)
|
||||
jvm.setPlatformKind(TargetPlatformKind.Jvm[JvmTarget.JVM_1_6])
|
||||
jvm.enableMultiPlatform()
|
||||
jvm.addDependency(header)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user