We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e662dc7 commit de5635aCopy full SHA for de5635a
build.gradle
@@ -97,6 +97,7 @@ kotlin {
97
implementation kotlin('stdlib')
98
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxVersion"
99
implementation "com.soywiz.korlibs.klock:klock-jvm:$klockVersion"
100
+ implementation "com.benasher44:uuid-jvm:0.1.0"
101
}
102
103
jvmTest {
@@ -132,6 +133,7 @@ kotlin {
132
133
134
135
implementation "com.soywiz.korlibs.klock:klock-android:$klockVersion"
136
137
138
139
androidTest {
0 commit comments