File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
repositories {
6
- // mavenLocal() // comment out when not needed
6
+ mavenLocal() // TODO comment out when not needed so the build is always reproducible by others
7
7
gradlePluginPortal()
8
8
google()
9
9
mavenCentral()
@@ -14,7 +14,7 @@ dependencies {
14
14
implementation(kotlin(" gradle-plugin" , kotlinVersion))
15
15
implementation(" org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion " )
16
16
implementation(" org.jetbrains.compose:compose-gradle-plugin:1.7.1" )
17
- implementation(" com.huanshankeji.team:gradle-plugins:0.6 .0" ) // don't use a snapshot version in a main branch
17
+ implementation(" com.huanshankeji.team:gradle-plugins:0.8 .0" ) // don't use a snapshot version in a main branch
18
18
implementation(" com.android.tools.build:gradle:8.5.2" )
19
19
implementation(" com.huanshankeji:common-gradle-dependencies:0.8.0-20241016" ) // don't use a snapshot version in a main branch
20
20
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ val commonDependencies = CommonDependencies()
8
8
object DependencyVersions {
9
9
const val composeMultiplatform = ComposeBuildConfig .composeVersion // for "ui-unit"
10
10
val kobweb = " 0.19.2"
11
- val huanshankejiComposeHtml = " 0.4.0 " // don't use a snapshot version in a main branch
11
+ val huanshankejiComposeHtml = " 0.4.1-SNAPSHOT " // TODO don't use a snapshot version in a main branch
12
12
val kmdc = " 0.1.2"
13
13
val materialSymbols = " 0.25.1"
14
14
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
repositories {
11
- // mavenLocal() // commented out so the build is always reproducible by others // put back if needed when depending on a snapshot
11
+ mavenLocal() // TODO comment out when not needed so the build is always reproducible by others
12
12
mavenCentral()
13
13
google()
14
14
maven(" https://us-central1-maven.pkg.dev/varabyte-repos/public" ) // for Kobweb
You can’t perform that action at this time.
0 commit comments