Remove supportsNamedCapturingGroup flag in tests
Now it is true on all platforms
This commit is contained in:
committed by
Space Team
parent
175566fe56
commit
2248f4ea33
@@ -53,10 +53,6 @@ compileKotlin {
|
||||
compileTestKotlin {
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
systemProperty("supportsNamedCapturingGroup", false)
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.stdlib.jdk7')
|
||||
|
||||
Reference in New Issue
Block a user