Skip to content
Snippets Groups Projects
Commit 26590300 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

update to Kotlin 2

Change-Id: Ib2dc94873166a91703cc5d9355221af25f616dae
parent 04b5262f
Branches
No related tags found
No related merge requests found
plugins { plugins {
id("com.google.devtools.ksp") version "1.9.23-1.0.19" apply false id("com.google.devtools.ksp") version "2.0.21-1.0.26" apply false
} }
buildscript { buildscript {
...@@ -9,7 +9,7 @@ buildscript { ...@@ -9,7 +9,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
val kotlin_version by extra { "1.9.23" } val kotlin_version by extra { "2.0.21" }
val hilt_version by extra { "2.51.1" } val hilt_version by extra { "2.51.1" }
dependencies { dependencies {
......
...@@ -4,4 +4,6 @@ android.useAndroidX=true ...@@ -4,4 +4,6 @@ android.useAndroidX=true
android.enableJetifier=false android.enableJetifier=false
android.nonTransitiveRClass=true android.nonTransitiveRClass=true
android.nonFinalResIds=false android.nonFinalResIds=false
org.gradle.configuration-cache=true
ksp.useKSP2=false
android.native.buildOutput=verbose android.native.buildOutput=verbose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment