Build: fix some warnings in buildSrc and build.gradle.kts

This commit is contained in:
Alexander Udalov
2023-06-23 16:22:38 +02:00
committed by Space Team
parent 89507c1b82
commit c66bc36382
14 changed files with 31 additions and 23 deletions
@@ -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"))
}
}