Update Kotlin, KSP and Compose Compiler (#3855)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-17 18:48:24 +08:00
committed by GitHub
parent 91647a0c91
commit af0fef1801

View File

@@ -9,7 +9,7 @@ plugins {
id 'org.jetbrains.kotlin.android' version "1.9.21"
id 'org.jetbrains.kotlin.plugin.parcelize' version "1.9.21"
id 'org.jetbrains.kotlin.plugin.serialization' version "1.9.21"
id "com.google.devtools.ksp" version "1.9.21-1.0.15"
id "com.google.devtools.ksp" version "1.9.21-1.0.16"
id 'com.google.protobuf' version "0.9.4"
id 'app.cash.licensee' version "1.8.0"
id 'dev.rikka.tools.refine' version "4.4.0"
@@ -377,7 +377,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2'
implementation "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6"
implementation "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7"
implementation 'com.github.ChickenHook:RestrictionBypass:2.2'
implementation 'dev.rikka.tools.refine:runtime:4.4.0'