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

build: update Kotlin

Change-Id: I5a55c04cc2da4d551484dc47485fde55b0f9f417
parent 511a7170
No related branches found
No related tags found
No related merge requests found
plugins {
id("com.google.devtools.ksp") version "1.9.21-1.0.15" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false
}
buildscript {
......@@ -9,7 +9,7 @@ buildscript {
mavenCentral()
}
val kotlin_version by extra { "1.9.21" }
val kotlin_version by extra { "1.9.22" }
val hilt_version by extra { "2.48.1" }
dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment