Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kotlin and compiler plugins #1073

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ androidx-activity = "1.6.1"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.2.3"
androidx-cardview = "1.0.0"
androidx-compose-compiler = "1.5.14"
androidx-compose-compiler = "1.5.15"
# see https://developer.android.com/jetpack/compose/bom/bom-mapping
androidx-compose-bom = "2024.09.02"
androidx-constraintlayout = "2.1.4"
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencyGuard = "0.4.3"

google-accompanist = "0.18.0"
google-dagger = "2.40.5"
google-ksp = "1.9.24-1.0.20"
google-ksp = "1.9.25-1.0.20"
google-material = "1.4.0"

groovy = "3.0.9"
Expand All @@ -53,7 +53,7 @@ kgx = "0.1.12"
kotest = "5.1.0"
# Keep this in sync with what is hard-coded in build-logic/settings.gradle.kts as that is upstream
# of loading the library versions from this file but should be the same.
kotlin = "1.9.24"
kotlin = "1.9.25"

kotlinx-binary-compatibility = "0.13.2"
kotlinx-coroutines = "1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = '1.8.10'
kotlin_version = '1.9.25'
workflow_version = "1.12.1-beta04"

deps = [
Expand Down
Loading