Skip to content

Commit

Permalink
Fix klock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed May 31, 2020
1 parent 50b5c38 commit e662dc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ kotlin {
dependencies {
implementation kotlin('stdlib')
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxVersion"
implementation "com.soywiz.korlibs.klock:klock-jvm:$klockVersion"
}
}
jvmTest {
Expand Down Expand Up @@ -130,6 +131,7 @@ kotlin {
dependencies {
implementation kotlin('stdlib')
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxVersion"
implementation "com.soywiz.korlibs.klock:klock-android:$klockVersion"
}
}
androidTest {
Expand Down

0 comments on commit e662dc7

Please sign in to comment.