Look4Sat/domain/build.gradle.kts

15 wiersze
223 B
Kotlin

plugins {
alias(libs.plugins.kotlin.jvm)
}
kotlin {
jvmToolchain(17)
}
dependencies {
implementation(libs.other.coroutines)
implementation(libs.other.json)
testImplementation(libs.bundles.unitTest)
}