mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-15 19:22:26 +08:00
83 lines
6.0 KiB
TOML
83 lines
6.0 KiB
TOML
[versions]
|
|
kotlin = "2.0.21"
|
|
ksp = "2.0.21-1.0.25"
|
|
android = "8.7.2"
|
|
compose = "1.7.5"
|
|
rikka = "4.4.0"
|
|
room = "2.6.1"
|
|
paging = "3.3.2"
|
|
ktor = "3.0.1"
|
|
destinations = "2.1.0-beta14"
|
|
coil = "2.7.0"
|
|
shizuku = "13.1.5"
|
|
|
|
[libraries]
|
|
kotlin_gradle_plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
kotlin_serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
|
|
kotlin_stdlib_common = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version.ref = "kotlin" }
|
|
kotlin_test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
|
kotlinx_serialization_json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" }
|
|
ktor_server_core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" }
|
|
ktor_server_cio = { module = "io.ktor:ktor-server-cio", version.ref = "ktor" }
|
|
ktor_server_content_negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktor" }
|
|
ktor_client_core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
|
|
ktor_client_okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
|
|
ktor_client_content_negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
|
|
ktor_serialization_kotlinx_json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
|
android_gradle = { module = "com.android.tools.build:gradle", version.ref = "android" }
|
|
compose_ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
|
|
compose_ui_graphics = { module = "androidx.compose.ui:ui-graphics", version.ref = "compose" }
|
|
compose_animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
|
|
compose_animation_graphics = { module = "androidx.compose.animation:animation-graphics", version.ref = "compose" }
|
|
compose_preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
|
|
compose_tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
|
compose_junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
|
|
compose_icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
|
compose_material3 = { module = "androidx.compose.material3:material3", version = "1.3.1" }
|
|
compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.3" }
|
|
compose_navigation = { module = "androidx.navigation:navigation-compose", version = "2.8.3" }
|
|
androidx_appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
|
|
androidx_core_ktx = { module = "androidx.core:core-ktx", version = "1.15.0" }
|
|
androidx_lifecycle_runtime_ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.7" }
|
|
androidx_junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
|
|
androidx_espresso = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
|
|
androidx_room_runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
androidx_room_compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
androidx_room_ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
androidx_room_paging = { module = "androidx.room:room-paging", version.ref = "room" }
|
|
androidx_splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
|
|
androidx_paging_runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging" }
|
|
androidx_paging_compose = { module = "androidx.paging:paging-compose", version.ref = "paging" }
|
|
google_accompanist_drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version = "0.36.0" }
|
|
junit = { module = "junit:junit", version = "4.13.2" }
|
|
tencent_mmkv = { module = "com.tencent:mmkv", version = "2.0.0" }
|
|
rikka_processor = { module = "dev.rikka.tools.refine:annotation-processor", version.ref = "rikka" }
|
|
rikka_annotation = { module = "dev.rikka.tools.refine:annotation", version.ref = "rikka" }
|
|
rikka_shizuku_api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
|
|
rikka_shizuku_provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku" }
|
|
lsposed_hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" }
|
|
destinations_core = { module = "io.github.raamcosta.compose-destinations:core", version.ref = "destinations" }
|
|
destinations_ksp = { module = "io.github.raamcosta.compose-destinations:ksp", version.ref = "destinations" }
|
|
coil_compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
|
coil_gif = { module = "io.coil-kt:coil-gif", version.ref = "coil" }
|
|
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.4.0" }
|
|
exp4j = { module = "net.objecthunter:exp4j", version = "0.4.8" } # deprecated, replaced by kotlin
|
|
toaster = { module = "com.github.getActivity:Toaster", version = "12.6" }
|
|
permissions = { module = "com.github.getActivity:XXPermissions", version = "18.63" }
|
|
json5 = { module = "li.songe:json5", version = "0.0.1" }
|
|
utilcodex = { module = "com.blankj:utilcodex", version = "1.31.1" } # deprecated
|
|
activityResultLauncher = { module = "com.github.DylanCaiCoding:ActivityResultLauncher", version = "1.1.2" } # deprecated
|
|
floatingBubbleView = { module = "io.github.torrydo:floating-bubble-view", version = "0.6.5" }
|
|
|
|
[plugins]
|
|
kotlin_serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
kotlin_multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
kotlin_android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin_parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
|
kotlin_compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
android_library = { id = "com.android.library", version.ref = "android" }
|
|
android_application = { id = "com.android.application", version.ref = "android" }
|
|
androidx_room = { id = "androidx.room", version.ref = "room" }
|
|
google_ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
rikka_refine = { id = "dev.rikka.tools.refine", version.ref = "rikka" }
|