Initial commit.

This commit is contained in:
2025-06-17 03:58:48 +08:00
commit 9b1c988365
26 changed files with 2221 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
rootProject.name = "rdkt"
include(":core")