File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
web/src/commonMain/resources Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ plugins {
13
13
alias(baseLibs.plugins.mavenPublish) apply false
14
14
alias(baseLibs.plugins.binaryCompatiblityValidator) apply false
15
15
alias(baseLibs.plugins.versionCatalogUpdate) apply false
16
+ alias(baseLibs.plugins.compatPatrouille) apply false
16
17
}
17
18
18
19
allprojects {
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com.mikepenz.convention.kotlin-multiplatform" )
3
2
id(" com.mikepenz.convention.android-library" )
3
+ id(" com.mikepenz.convention.kotlin-multiplatform" )
4
4
id(" com.mikepenz.convention.compose" )
5
5
id(" com.mikepenz.aboutlibraries.plugin" )
6
6
}
Original file line number Diff line number Diff line change 1
- import { instantiate } from './aboutlibraries .uninstantiated.mjs' ;
1
+ import { instantiate } from './markdown .uninstantiated.mjs' ;
2
2
3
3
await wasmSetup ;
4
4
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencyResolutionManagement {
28
28
29
29
versionCatalogs {
30
30
create(" baseLibs" ) {
31
- from(" com.mikepenz:version-catalog:0.3.9 " )
31
+ from(" com.mikepenz:version-catalog:0.4.2 " )
32
32
}
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments