We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b5c38 commit e662dc7Copy full SHA for e662dc7
build.gradle
@@ -96,6 +96,7 @@ kotlin {
96
dependencies {
97
implementation kotlin('stdlib')
98
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxVersion"
99
+ implementation "com.soywiz.korlibs.klock:klock-jvm:$klockVersion"
100
}
101
102
jvmTest {
@@ -130,6 +131,7 @@ kotlin {
130
131
132
133
134
+ implementation "com.soywiz.korlibs.klock:klock-android:$klockVersion"
135
136
137
androidTest {
0 commit comments