2026-02-19
This commit is contained in:
@@ -1,24 +1,5 @@
|
||||
// allprojects {
|
||||
// repositories {
|
||||
// google()
|
||||
// mavenCentral()
|
||||
// }
|
||||
// }
|
||||
|
||||
// rootProject.buildDir = "../build"
|
||||
// subprojects {
|
||||
// project.buildDir = "${rootProject.buildDir}/${project.name}"
|
||||
// }
|
||||
// subprojects {
|
||||
// project.evaluationDependsOn(":app")
|
||||
// }
|
||||
|
||||
// tasks.register("clean", Delete) {
|
||||
// delete rootProject.buildDir
|
||||
// }
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.9.23'
|
||||
ext.kotlin_version = '2.1.0'
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user