add kotlin project

This commit is contained in:
asus
2026-04-22 19:52:54 +03:30
parent fb01a229fc
commit ab932abab4
15 changed files with 884 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "MasterAliDnsAndroid"
include(":app")