srctree

Robin Linden parent 86b88503 cc201cf3
Update to Kotlin 1.5.21

Nothing too interesting, but it contains a bugfix for kapt ignoring thejava compiler options passed which affected us.

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.20"
const val kotlinVersion = "1.5.21"
 
object Java {
val version = JavaVersion.VERSION_1_8