Fix JDK-dependent stdlib tests after advancing jvmTarget
This commit is contained in:
@@ -79,6 +79,10 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
systemProperty("supportsNamedCapturingGroup", false)
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.stdlib.jdk7')
|
||||
|
||||
Reference in New Issue
Block a user