chore(deps): update kotlin_version to v2 (major) (#1050)

This commit is contained in:
renovate[bot] 2024-06-30 11:11:11 -03:00 committed by GitHub
parent 07e7a40ba0
commit eb48eaf9d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,8 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-parcelize'
id "org.jetbrains.kotlin.android"
id "org.jetbrains.kotlin.plugin.compose"
id "org.jetbrains.kotlin.plugin.parcelize"
id 'kotlinx-serialization'
id 'com.google.dagger.hilt.android'
id 'de.mobilej.unmock'
@ -92,9 +93,6 @@ android {
aidl true
buildConfig true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.14"
}
// Configure the build-logic plugins to target JDK 17
// This matches the JDK used to build the project, and is not related to what is running on device.
compileOptions {