chore: Update kotlin

Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
Myzel394 2024-02-23 21:08:33 +01:00
parent 91f567882c
commit 880a81f919
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185
2 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ android {
viewBinding = true viewBinding = true
} }
composeOptions { composeOptions {
kotlinCompilerExtensionVersion '1.5.1' kotlinCompilerExtensionVersion '1.5.10'
} }
packagingOptions { packagingOptions {
resources { resources {

View File

@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '8.1.2' apply false id 'com.android.application' version '8.2.2' apply false
id 'com.android.library' version '8.1.2' apply false id 'com.android.library' version '8.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.21' id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.21'
} }