.....
This commit is contained in:
+13
-2
@@ -1,6 +1,6 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
val kotlinVersion = "1.9.0"
|
||||
val kotlinVersion = "2.0.0"
|
||||
extra ["kotlinVersion"] = kotlinVersion
|
||||
|
||||
dependencies {
|
||||
@@ -9,11 +9,22 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id ("io.realm.kotlin") version "1.16.0" apply false
|
||||
id ("com.android.application") version "8.2.2" apply false
|
||||
id ("com.android.library") version "8.2.2" apply false
|
||||
id ("io.realm.kotlin") version "2.0.0" apply false
|
||||
}
|
||||
|
||||
tasks.register<Delete>("clean") {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
//repositories {
|
||||
// mavenCentral()
|
||||
// maven {
|
||||
// url = uri("https://jitpack.io")
|
||||
// }
|
||||
// jcenter()
|
||||
// mavenLocal()
|
||||
// flatDir {
|
||||
// dirs("libs")
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user