Skip to content

Commit

Permalink
kotlin 1.9.22, compose 1.6.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed Jan 27, 2024
1 parent f57584b commit c2ab6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
classpath("com.android.tools.build:gradle:8.2.2")
classpath("org.jetbrains.compose:compose-gradle-plugin:1.5.11")
classpath("org.jetbrains.compose:compose-gradle-plugin:1.6.0-beta01")
classpath("dev.icerock.moko:resources-generator:${rootProject.extra["moko_resources_version"]}")
}
}
Expand Down

0 comments on commit c2ab6ea

Please sign in to comment.