Update plugin org.jetbrains.kotlin.plugin.serialization to v2.1.10 #86

Merged
bot merged 2 commits from renovate/org.jetbrains.kotlin.plugin.serialization-2.x into main 2025-02-01 03:06:08 +01:00
Showing only changes of commit 6fee471dec - Show all commits

View File

@ -3,6 +3,6 @@
plugins { plugins {
id 'com.android.application' version '8.8.0' apply false id 'com.android.application' version '8.8.0' apply false
id 'com.android.library' version '8.8.0' apply false id 'com.android.library' version '8.8.0' apply false
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
id 'com.autonomousapps.dependency-analysis' version '2.7.0' apply true id 'com.autonomousapps.dependency-analysis' version '2.7.0' apply true
} }