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