File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 1717 * License-Filename: LICENSE
1818 */
1919
20- import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
21-
2220plugins {
2321 // Apply precompiled plugins.
2422 id(" ort-plugin-conventions" )
@@ -32,7 +30,6 @@ dependencies {
3230 implementation(projects.utils.commonUtils)
3331 implementation(projects.utils.spdxUtils)
3432
35- implementation(libs.kotlinx.coroutines)
3633 implementation(libs.scanoss) {
3734 exclude(group = " org.slf4j" , module = " slf4j-simple" )
3835 .because(" the logging provider conflicts with ORT's" )
@@ -42,14 +39,6 @@ dependencies {
4239
4340 funTestApi(testFixtures(projects.scanner))
4441
45- testImplementation(libs.kotlinx.serialization.core)
46- testImplementation(libs.kotlinx.serialization.json)
4742 testImplementation(libs.mockk)
4843 testImplementation(libs.wiremock)
4944}
50-
51- tasks.named<KotlinCompile >(" compileTestKotlin" ) {
52- compilerOptions {
53- optIn = listOf (" kotlinx.serialization.ExperimentalSerializationApi" )
54- }
55- }
You can’t perform that action at this time.
0 commit comments