[versions] agp = "8.3.2" emoji2 = "1.5.0" glide = "4.16.0" gson = "2.11.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" appcompat = "1.7.0" kotlinxCoroutinesCore = "1.7.3" kotlinxSerializationJson = "1.6.3" lottie = "6.5.2" material = "1.12.0" activity = "1.9.3" constraintlayout = "2.1.4" mmkv = "1.3.9" okhttp = "4.12.0" preference = "1.2.1" shapedrawable = "3.2" shapeview = "9.2" therouter = "1.2.2" window = "1.3.0" #noinspection GradleDependency kotlin = "1.9.23" coreKtx = "1.13.1" objectbox = "4.0.2" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesCore" } kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" } shapedrawable = { module = "com.github.getActivity:ShapeDrawable", version.ref = "shapedrawable" } shapeview = { module = "com.github.getActivity:ShapeView", version.ref = "shapeview" } therouter-ksp = { module = "cn.therouter:apt", version.ref = "therouter" } objectbox-android-objectbrowser = { group = "io.objectbox", name = "objectbox-android-objectbrowser", version.ref = "objectbox" } objectbox-android = { group = "io.objectbox", name = "objectbox-android", version.ref = "objectbox" } emoji2 = { module = "androidx.emoji2:emoji2", version.ref = "emoji2" } glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" } gson = { module = "com.google.code.gson:gson", version.ref = "gson" } junit = { group = "junit", name = "junit", version.ref = "junit" } ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" } lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } activity = { group = "androidx.activity", name = "activity", version.ref = "activity" } constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" } mmkv = { module = "com.tencent:mmkv", version.ref = "mmkv" } okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } preference = { module = "androidx.preference:preference", version.ref = "preference" } therouter = { module = "cn.therouter:router", version.ref = "therouter" } window = { module = "androidx.window:window", version.ref = "window" } [plugins] androidApplication = { id = "com.android.application", version.ref = "agp" } jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }