mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-05 23:19:10 +00:00
Fix shared module not building for Android
This commit is contained in:
@@ -3,7 +3,7 @@ object Dependencies {
|
||||
const val version = "1.4.20"
|
||||
const val core = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${version}"
|
||||
const val coroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9-native-mt"
|
||||
const val coroutinesAndroid = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9"
|
||||
const val coroutinesAndroid = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9-native-mt"
|
||||
}
|
||||
|
||||
object AndroidX {
|
||||
|
||||
Reference in New Issue
Block a user