Migrate app to native Kotlin
android-release / build (push) Successful in 3m5s

This commit is contained in:
Space-Banane
2026-07-06 13:49:22 +02:00
parent 81e351aa38
commit 3d6548d77d
86 changed files with 2247 additions and 13199 deletions
+18
View File
@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = 'CodexMobile'
include ':app'