This commit is contained in:
+11
-3
@@ -13,6 +13,13 @@ java {
|
||||
}
|
||||
}
|
||||
|
||||
//dependencyManagement {
|
||||
// imports {
|
||||
// mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"
|
||||
// }
|
||||
//}
|
||||
|
||||
|
||||
configurations {
|
||||
compileOnly {
|
||||
extendsFrom annotationProcessor
|
||||
@@ -49,9 +56,10 @@ dependencies {
|
||||
testImplementation 'org.mockito:mockito-core:5.3.1'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0'
|
||||
|
||||
implementation name: 'testlib-0.1.2'
|
||||
// implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
|
||||
// implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
|
||||
// implementation 'io.insert-koin:koin-core:3.5.0'
|
||||
implementation name: 'testlib-fat-0.1.2-all (1)'
|
||||
}
|
||||
|
||||
tasks.named('test') {
|
||||
|
||||
Reference in New Issue
Block a user