File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,19 @@ plugins {
22 `kotlin- dsl`
33}
44repositories {
5- // mavenLocal()
5+ mavenLocal() // TODO comment out when not needed
66 gradlePluginPortal()
77 // maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
88}
99
10- val huanshankejiGradlePluginsVersion = " 0.5.1"
11-
1210dependencies {
1311 // With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
1412 val kotlinVersion = " 2.0.10"
1513 implementation(kotlin(" gradle-plugin" , kotlinVersion))
1614 implementation(" org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion " )
1715 implementation(" org.jetbrains.compose:compose-gradle-plugin:1.6.10" )
16+ val huanshankejiGradlePluginsVersion = " 0.6.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
1817 implementation(" com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion " )
1918 implementation(" com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion " )
20- implementation(" com.huanshankeji:common-gradle-dependencies:0.7.1-20240516 " )
19+ implementation(" com.huanshankeji:common-gradle-dependencies:0.7.2-20241016-SNAPSHOT " ) // TODO don't use a snapshot version in a main branch
2120}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ plugins {
66}
77
88repositories {
9+ mavenCentral()
910 maven(" https://maven.pkg.jetbrains.space/public/p/compose/dev" )
1011 maven(" https://us-central1-maven.pkg.dev/varabyte-repos/public" ) // for Kobweb
1112}
You can’t perform that action at this time.
0 commit comments