This commit is contained in:
2026-05-20 19:47:33 +10:00
commit dbb6302bd1
313 changed files with 17869 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
@file:Suppress("UnstableApiUsage")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
name = "aliucord"
url = uri("https://maven.aliucord.com/releases")
}
}
}
rootProject.name = "RadiantLyricsManager"
include(":app")