Removed unused dependencies
This commit is contained in:
parent
2768dc0c26
commit
a5b39dc494
|
@ -76,12 +76,7 @@ kotlin {
|
||||||
|
|
||||||
jvmMain {
|
jvmMain {
|
||||||
dependencies {
|
dependencies {
|
||||||
// TODO: why does for kotlinx-datetime also the platform specific dependency has to be imported?
|
|
||||||
api("org.jetbrains.kotlinx:kotlinx-datetime-jvm:$kotlinxDateTimeVersion")
|
|
||||||
|
|
||||||
compileOnly "org.slf4j:slf4j-api:$slf4jVersion"
|
|
||||||
|
|
||||||
compileOnly "com.fasterxml.jackson.core:jackson-databind:2.9.9"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -95,8 +90,6 @@ kotlin {
|
||||||
|
|
||||||
jsMain {
|
jsMain {
|
||||||
dependencies {
|
dependencies {
|
||||||
// TODO: why does for kotlinx-datetime also the platform specific dependency has to be imported?
|
|
||||||
api("org.jetbrains.kotlinx:kotlinx-datetime-js:$kotlinxDateTimeVersion")
|
|
||||||
implementation npm("@js-joda/timezone", "2.3.0")
|
implementation npm("@js-joda/timezone", "2.3.0")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -104,15 +97,13 @@ kotlin {
|
||||||
|
|
||||||
linuxX64Main {
|
linuxX64Main {
|
||||||
dependencies {
|
dependencies {
|
||||||
// TODO: why does for kotlinx-datetime also the platform specific dependency has to be imported?
|
|
||||||
api("org.jetbrains.kotlinx:kotlinx-datetime-linuxx64:$kotlinxDateTimeVersion")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mingwX64Main {
|
mingwX64Main {
|
||||||
dependencies {
|
dependencies {
|
||||||
// TODO: why does for kotlinx-datetime also the platform specific dependency has to be imported?
|
|
||||||
api("org.jetbrains.kotlinx:kotlinx-datetime-mingwx64:$kotlinxDateTimeVersion")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue