File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation(kotlin(" gradle-plugin" , kotlinVersion))
16
16
implementation(" org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion " )
17
17
implementation(" org.jetbrains.compose:compose-gradle-plugin:1.7.0" )
18
- implementation(" com.huanshankeji.team:gradle-plugins:0.7.1-kotlin-2.1.0-SNAPSHOT " ) // TODO don't use a snapshot version in a main branch
18
+ implementation(" com.huanshankeji.team:gradle-plugins:0.8.0 " ) // don't use a snapshot version in a main branch
19
19
implementation(" com.android.tools.build:gradle:8.5.2" )
20
20
implementation(" com.huanshankeji:common-gradle-dependencies:0.8.0-20241016" ) // don't use a snapshot version in a main branch
21
21
}
Original file line number Diff line number Diff line change 1
1
import com.huanshankeji.CommonDependencies
2
2
import org.jetbrains.compose.ComposeBuildConfig
3
3
4
- val projectVersion = " 0.5.0-kotlin-2.1.0- SNAPSHOT"
4
+ val projectVersion = " 0.5.0-SNAPSHOT"
5
5
6
6
val commonDependencies = CommonDependencies ()
7
7
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.1-kotlin-2.1.0- SNAPSHOT" // TODO 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
}
You can’t perform that action at this time.
0 commit comments