File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ plugins {
66 alias(baseLibs.plugins.androidLibrary) apply false
77 alias(baseLibs.plugins.composeMultiplatform) apply false
88 alias(baseLibs.plugins.composeCompiler) apply false
9+ alias(baseLibs.plugins.composeHotreload) apply false
910 alias(baseLibs.plugins.kotlinMultiplatform) apply false
1011 alias(baseLibs.plugins.dokka)
1112 alias(baseLibs.plugins.aboutLibraries) apply false
Original file line number Diff line number Diff line change 1- com.mikepenz.binary-compatibility-validator.enabled =false
1+ com.mikepenz.binary-compatibility-validator.enabled =false
2+ com.mikepenz.hotreload.enabled =true
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ pluginManagement {
1212 }
1313}
1414
15+ plugins {
16+ id(" org.gradle.toolchains.foojay-resolver" ) version " 1.0.0"
17+ }
18+
1519dependencyResolutionManagement {
1620 repositories {
1721 google()
@@ -24,7 +28,7 @@ dependencyResolutionManagement {
2428
2529 versionCatalogs {
2630 create(" baseLibs" ) {
27- from(" com.mikepenz:version-catalog:0.3.7 " )
31+ from(" com.mikepenz:version-catalog:0.3.8 " )
2832 }
2933 }
3034}
You can’t perform that action at this time.
0 commit comments