Skip to content

Commit

Permalink
Bump Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Nov 20, 2023
1 parent 1628bca commit 38c2285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
orgJetbrainsKotlin = '1.8.10'
orgJetbrainsKotlin = '1.8.22'
comSquareupMoshi = '1.14.0'
}

Expand All @@ -17,7 +17,7 @@ buildscript {
}

plugins {
id 'com.google.devtools.ksp' version '1.8.10-1.0.9' apply false
id 'com.google.devtools.ksp' version '1.8.22-1.0.11' apply false
}

allprojects {
Expand Down

0 comments on commit 38c2285

Please sign in to comment.