sukisu/manager/settings.gradle.kts
2025-11-20 21:30:08 +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")