sukisu/manager/settings.gradle.kts
2025-11-20 21:18:19 +01:00

21 lines
358 B
Kotlin

@file:Suppress("UnstableApiUsage")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven("https://jitpack.io")
}
}
rootProject.name = "KernelSU"
include(":app")