Skip to content

Commit 80c126f

Browse files
committed
chore(deps): update version-catalog 0.14.2 -> 0.14.3
Migrate kotlinSerialization plugin from project libs to baseLibs (now provided by the version catalog). Adapt KMP Android DSL to stable APIs (androidLibrary -> android, androidResources.enable). com.mikepenz:version-catalog 0.14.2 -> 0.14.3: - conventionPlugin 0.10.1 -> 0.10.2 - com.mikepenz:aboutlibraries-* 14.0.0-b03 -> 14.0.1 - com.mikepenz.aboutlibraries.plugin 13.2.1 -> 14.0.1 (via version ref) - added org.jetbrains.kotlin.plugin.serialization plugin
1 parent 7fd53df commit 80c126f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
alias(baseLibs.plugins.versionCatalogUpdate) apply false
1616
alias(baseLibs.plugins.tapmoc) apply false
1717
alias(baseLibs.plugins.paparazzi) apply false
18-
alias(libs.plugins.kotlinx.serialization) version baseLibs.versions.kotlin apply false
18+
alias(baseLibs.plugins.kotlinSerialization) apply false
1919
}
2020

2121
allprojects {

sample/shared/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ plugins {
55
}
66

77
kotlin {
8-
androidLibrary {
8+
android {
99
namespace = "com.mikepenz.markdown.sample.shared"
10-
experimentalProperties["android.experimental.kmp.enableAndroidResources"] = true
10+
androidResources.enable = true
1111
}
1212

1313
listOf(

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencyResolutionManagement {
2828

2929
versionCatalogs {
3030
create("baseLibs") {
31-
from("com.mikepenz:version-catalog:0.14.2")
31+
from("com.mikepenz:version-catalog:0.14.3")
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)