Update Kotlin version

This commit is contained in:
Hillel Coren 2023-10-24 19:30:36 +03:00
parent 9e89e6cc24
commit 2815314b5d
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.22'
ext.kotlin_version = '1.9.10'
repositories {
google()
mavenCentral()
@ -22,11 +22,9 @@ allprojects {
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}
tasks.register("clean", Delete) {
task clean(type: Delete) {
delete rootProject.buildDir
}

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.22'
ext.kotlin_version = '1.9.10'
repositories {
google()
mavenCentral()