From 1f0d3fbaabd0ad56f096a66bbd041d486f9a9e45 Mon Sep 17 00:00:00 2001 From: Drew Hamilton Date: Wed, 7 Aug 2024 13:00:37 -0700 Subject: [PATCH] Kotlin 2.0.10 (#376) * KSP 2.0.10-1.0.24 * Test with 2.0.0 consumer on CI --- .github/workflows/ci.yml | 2 +- .idea/kotlinc.xml | 2 +- gradle/libs.versions.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a71d339c..7869c8ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: needs: build strategy: matrix: - poko_sample_kotlin_version: [ ~, "2.0.10-RC2" ] + poko_sample_kotlin_version: [ "2.0.0", ~ ] steps: - name: Check out the repo uses: actions/checkout@v4 diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 6d0ee1c2..5815a4a6 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b8dc68a0..951cc2a6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,11 +2,11 @@ androidx-compose-runtime = "1.6.8" -kotlin = "2.0.0" +kotlin = "2.0.10" kotlinCompileTesting = "1.6.0" kotlinCompileTestingFork = "0.5.1" # https://github.com/google/ksp/releases: -ksp = "2.0.0-1.0.24" +ksp = "2.0.10-1.0.24" [libraries]