Files
yourpart3/android/native/settings.gradle.kts
Torsten Schulz (local) 75b52de282
All checks were successful
Deploy to production / deploy (push) Successful in 21s
Section 2 of android native implementation
2026-07-09 08:04:11 +02:00

19 lines
334 B
Kotlin

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "YourPartNative"
include(":app")