mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-05 01:35:31 +08:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[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" }
|
||||
Reference in New Issue
Block a user