Skip to content

Commit

Permalink
Bump Kotlin to 2.0.0-Beta2 (apollographql#5497)
Browse files Browse the repository at this point in the history
* Bump Kotlin to 2.0.0-Beta2

* Ignore .kotlin folder

* Bump compose compiler
  • Loading branch information
BoD authored Jan 8, 2024
1 parent f90bf8c commit a9f4c03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Generated files
build
/reports
.kotlin

# Place where the Android SDK path is set
local.properties
Expand Down
10 changes: 5 additions & 5 deletions gradle/libraries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ apollo = "4.0.0-beta.5-SNAPSHOT"
apollo-published = "4.0.0-beta.3"
cache = "2.0.2"
# See https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compiler = "1.5.5-dev-k2.0.0-Beta1-06b8ae672a4"
compose-compiler = "1.5.8-dev-k2.0.0-Beta2-99ed868a0f8"
compose = "1.5.1"
dokka = "1.9.0"
guava = "31.1-jre"
javaPoet = "1.13.0"
jetbrains-annotations = "24.0.1"
junit = "4.13.2"
kotlin-plugin-min = "1.8.0"
kotlin-plugin = "2.0.0-Beta1"
kotlin-plugin-max = "2.0.0-Beta1"
kotlin-stdlib = "2.0.0-Beta1"
kotlin-plugin = "2.0.0-Beta2"
kotlin-plugin-max = "2.0.0-Beta2"
kotlin-stdlib = "2.0.0-Beta2"
kotlinx-coroutines = "1.8.0-RC"
kotlinx-datetime = "0.5.0"
kotlinx-serialization-runtime = "1.6.2"
ksp = "2.0.0-Beta1-1.0.14"
ksp = "2.0.0-Beta2-1.0.16"
okio = "3.6.0"
ktor = "2.3.7"
okhttp = "4.11.0"
Expand Down

0 comments on commit a9f4c03

Please sign in to comment.