[repo] Migrate 'configureFrontendIr()' into buildSrc
This commit is contained in:
committed by
Space Team
parent
73a757c105
commit
db1086f005
@@ -42,7 +42,7 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
LibrariesCommon.configureFrontendIr(project)
|
||||
|
||||
if (includeJava9) {
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.test.junit')
|
||||
|
||||
@@ -43,7 +43,7 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
LibrariesCommon.configureFrontendIr(project)
|
||||
|
||||
if (includeJava9) {
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.test.junit5')
|
||||
|
||||
@@ -47,7 +47,7 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
LibrariesCommon.configureFrontendIr(project)
|
||||
|
||||
if (includeJava9) {
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.test')
|
||||
|
||||
@@ -44,7 +44,7 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
LibrariesCommon.configureFrontendIr(project)
|
||||
|
||||
if (includeJava9) {
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.test.testng')
|
||||
|
||||
Reference in New Issue
Block a user