Skip to content

Commit

Permalink
Merge pull request #159 from AbanobNageh/dependabot/gradle/kotlin_ver…
Browse files Browse the repository at this point in the history
…sion-2.1.0

Bump kotlin_version from 2.0.21 to 2.1.0
  • Loading branch information
AbanobNageh authored Dec 3, 2024
2 parents 0ea623c + ce6ea8e commit 370c1f8
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
Expand Up @@ -6,7 +6,7 @@ buildscript {
compose_bom_version = "2024.11.00"
lifecycle_version = '2.8.7'
arch_version = "2.1.0"
kotlin_version = "2.0.21"
kotlin_version = "2.1.0"
ext.hilt_version = "2.52"
voyager_compose = '1.1.0-beta03'
landscapist_version = '2.4.4'
Expand All @@ -28,7 +28,7 @@ buildscript {

plugins {
id 'org.jetbrains.kotlin.plugin.compose' version "$kotlin_version"
id 'com.google.devtools.ksp' version "$kotlin_version-1.0.25" apply false
id 'com.google.devtools.ksp' version "$kotlin_version-1.0.29" apply false
}

composeCompiler {
Expand Down

0 comments on commit 370c1f8

Please sign in to comment.