mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-09 19:55:36 +08:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "rdkt"
|
||||
include(":core")
|
||||
Reference in New Issue
Block a user