srctree

Robin Linden parent 8ee94324 01eb9252
Update to Kotlin 1.5.30

Just updating the patch of io_bazel_rules_kotlin to use 1.5.30 insteadof 1.5.21 causes kapt to crash, so I will have to spend more timeinvestigating that before updating the Bazel build.

inlinesplit
buildSrc/src/main/kotlin/Dependencies.kt added: 2, removed: 2, total 0
@@ -1,6 +1,6 @@
import org.gradle.api.JavaVersion
 
const val kotlinVersion = "1.5.21"
const val kotlinVersion = "1.5.30"
 
object Java {
val version = JavaVersion.VERSION_1_8