mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-05 01:35:31 +08:00
13 lines
447 B
TOML
13 lines
447 B
TOML
[versions]
|
|
agp = "8.5.2"
|
|
kotlin = "2.1.10"
|
|
android-minSdk = "24"
|
|
android-compileSdk = "34"
|
|
|
|
[libraries]
|
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
|
|
|
[plugins]
|
|
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
vanniktech-mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" } |