Skip to content

Commit efb5195

Browse files
authored
Merge pull request #387 from mikepenz/feature/experimental_aboutlibs_plugin
Update to AboutLibraries 12.1.0-rc02
2 parents 278e003 + 6550d20 commit efb5195

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

sample/desktop/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ aboutLibraries {
3939
android {
4040
registerAndroidTasks = false
4141
}
42+
export {
43+
exportVariant = "jvmMain"
44+
}
4245
library {
4346
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
4447
}

sample/desktop/src/commonMain/composeResources/files/aboutlibraries.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sample/shared/src/commonMain/composeResources/files/aboutlibraries.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sample/web/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ aboutLibraries {
3535
android {
3636
registerAndroidTasks = false
3737
}
38+
export {
39+
exportVariant = "wasmJs"
40+
}
3841
library {
3942
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
4043
}

sample/web/src/commonMain/composeResources/files/aboutlibraries.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

settings.gradle.kts

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

2525
versionCatalogs {
2626
create("baseLibs") {
27-
from("com.mikepenz:version-catalog:0.3.1")
27+
from("com.mikepenz:version-catalog:0.3.2")
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)