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 {
6
6
alias(baseLibs.plugins.androidLibrary) apply false
7
7
alias(baseLibs.plugins.composeMultiplatform) apply false
8
8
alias(baseLibs.plugins.composeCompiler) apply false
9
+ alias(baseLibs.plugins.composeHotreload) apply false
9
10
alias(baseLibs.plugins.kotlinMultiplatform) apply false
10
11
alias(baseLibs.plugins.dokka)
11
12
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 {
12
12
}
13
13
}
14
14
15
+ plugins {
16
+ id(" org.gradle.toolchains.foojay-resolver" ) version " 1.0.0"
17
+ }
18
+
15
19
dependencyResolutionManagement {
16
20
repositories {
17
21
google()
@@ -24,7 +28,7 @@ dependencyResolutionManagement {
24
28
25
29
versionCatalogs {
26
30
create(" baseLibs" ) {
27
- from(" com.mikepenz:version-catalog:0.3.7 " )
31
+ from(" com.mikepenz:version-catalog:0.3.8 " )
28
32
}
29
33
}
30
34
}
You can’t perform that action at this time.
0 commit comments