2021-06-04 00:54:02 +00:00
|
|
|
[versions]
|
|
|
|
androidx-core = "1.3.2"
|
|
|
|
androidx-appcompat = "1.2.0"
|
2022-06-25 18:42:38 +00:00
|
|
|
androidx-splash = "1.0.0-beta02"
|
2022-03-04 01:55:41 +00:00
|
|
|
compose = "1.1.1"
|
2021-06-04 00:54:02 +00:00
|
|
|
coroutines = "1.4.3"
|
|
|
|
espresso = "3.3.0"
|
2022-03-04 01:55:41 +00:00
|
|
|
hilt-android = "2.38.1"
|
2022-10-19 01:29:37 +00:00
|
|
|
kotlin = "1.7.20"
|
2022-03-04 01:55:41 +00:00
|
|
|
kotlinx-serialization = "1.3.2"
|
|
|
|
kotlinx-coroutines = "1.6.0-native-mt"
|
|
|
|
ktor = "2.0.0-beta-1"
|
2021-06-04 00:54:02 +00:00
|
|
|
lifecycle = "2.2.0"
|
|
|
|
material = "1.3.0"
|
2022-03-04 01:55:41 +00:00
|
|
|
maxSdk = "31"
|
2021-06-04 00:54:02 +00:00
|
|
|
moshi = "1.9.2"
|
2021-06-04 01:47:06 +00:00
|
|
|
minSdk = "23"
|
2022-03-04 01:55:41 +00:00
|
|
|
navigation = "2.4.1"
|
2021-06-04 00:54:02 +00:00
|
|
|
okhttp = "4.2.2"
|
2022-03-13 04:23:35 +00:00
|
|
|
settings = "0.8.1"
|
2021-06-04 00:54:02 +00:00
|
|
|
versionCode = "1"
|
|
|
|
versionName = "1.0"
|
|
|
|
|
|
|
|
[libraries]
|
2022-06-25 19:18:08 +00:00
|
|
|
android-gradle = { module = "com.android.tools.build:gradle", version = "7.2.1" }
|
2021-06-04 00:54:02 +00:00
|
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
|
2022-03-04 01:55:41 +00:00
|
|
|
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
|
2022-06-25 18:42:38 +00:00
|
|
|
androidx-splash = { module = "androidx.core:core-splashscreen", version.ref = "androidx-splash" }
|
2022-03-04 01:55:41 +00:00
|
|
|
compose-activity = { module = "androidx.activity:activity-compose", version = "1.4.0" }
|
2021-06-11 03:20:31 +00:00
|
|
|
compose-material = { module = "androidx.compose.material:material", version.ref = "compose" }
|
|
|
|
compose-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
|
2022-03-04 01:55:41 +00:00
|
|
|
compose-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
|
|
|
compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
|
|
|
|
coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
|
|
|
|
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
|
|
|
dagger-hilt = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt-android" }
|
|
|
|
espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
|
2021-06-04 01:47:06 +00:00
|
|
|
hilt-android-core = { module = "com.google.dagger:hilt-android", version.ref = "hilt-android" }
|
|
|
|
hilt-android-kapt = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt-android" }
|
2022-03-04 01:55:41 +00:00
|
|
|
hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.0.0" }
|
|
|
|
junit = { module = "junit:junit", version = "4.12" }
|
|
|
|
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
|
|
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
|
|
|
|
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
|
|
|
ktor-client-ios = { module = "io.ktor:ktor-client-ios", version.ref = "ktor" }
|
|
|
|
ktor-client-js = { module = "io.ktor:ktor-client-js", version.ref = "ktor" }
|
|
|
|
ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktor" }
|
|
|
|
ktor-client-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
|
|
|
|
ktor-client-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
|
|
|
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
|
|
|
|
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
|
|
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
|
|
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
|
2022-10-19 01:29:37 +00:00
|
|
|
kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
|
2022-03-04 01:55:41 +00:00
|
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
|
2021-06-04 00:54:02 +00:00
|
|
|
material = { module = "com.google.android.material:material", version.ref = "material" }
|
2022-03-13 04:23:35 +00:00
|
|
|
multiplatform-settings = { module = "com.russhwolf:multiplatform-settings-no-arg", version.ref = "settings" }
|
2021-06-04 00:54:02 +00:00
|
|
|
moshi-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
|
2022-03-04 01:55:41 +00:00
|
|
|
moshi-core = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
|
|
|
|
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "navigation" }
|
2021-06-04 00:54:02 +00:00
|
|
|
navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" }
|
|
|
|
navigation-ui = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "navigation" }
|
|
|
|
preference = { module = "androidx.preference:preference-ktx", version = "1.1.1" }
|
|
|
|
test-ext = { module = "androidx.test.ext:junit", version = "1.1.2" }
|
|
|
|
|
|
|
|
[bundles]
|
2021-06-11 03:20:31 +00:00
|
|
|
compose = ["compose-ui", "compose-material", "compose-tooling", "compose-activity", "navigation-compose"]
|
2021-06-04 00:54:02 +00:00
|
|
|
coroutines = ["coroutines-core", "coroutines-android"]
|
2022-10-19 01:29:37 +00:00
|
|
|
plugins = ["android-gradle", "kotlin-gradle", "dagger-hilt", "kotlin-serialization"]
|
2021-06-04 00:54:02 +00:00
|
|
|
|
|
|
|
|