Build: fix some warnings in buildSrc and build.gradle.kts
This commit is contained in:
committed by
Space Team
parent
89507c1b82
commit
c66bc36382
@@ -8,6 +8,7 @@ kotlin {
|
||||
binaries.executable()
|
||||
}
|
||||
|
||||
@Suppress("UNUSED_VARIABLE")
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
@@ -15,7 +16,7 @@ kotlin {
|
||||
}
|
||||
}
|
||||
val jvmMain by getting {
|
||||
dependencies {1
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user