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

Revert "update to Kotlin 2"

This reverts commit 26590300.

Change-Id: I04381155981f60f8cb0525a4dec4a81a28deb990
parent d9c081de
No related branches found
No related tags found
No related merge requests found
plugins { plugins {
id("com.google.devtools.ksp") version "2.0.21-1.0.26" apply false id("com.google.devtools.ksp") version "1.9.23-1.0.19" apply false
} }
buildscript { buildscript {
...@@ -9,7 +9,7 @@ buildscript { ...@@ -9,7 +9,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
val kotlin_version by extra { "2.0.21" } val kotlin_version by extra { "1.9.23" }
val hilt_version by extra { "2.52" } val hilt_version by extra { "2.52" }
dependencies { dependencies {
......
...@@ -4,6 +4,4 @@ android.useAndroidX=true ...@@ -4,6 +4,4 @@ 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