File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ repositories {
10
10
}
11
11
12
12
dependencies {
13
- val kotlinVersion = " 2.1.0 "
13
+ val kotlinVersion = " 2.2.0-RC2 "
14
14
implementation(kotlin(" gradle-plugin" , kotlinVersion))
15
15
implementation(" org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion " )
16
- implementation(" org.jetbrains.compose:compose-gradle-plugin:1.7.3 " )
16
+ implementation(" org.jetbrains.compose:compose-gradle-plugin:1.8.1 " )
17
17
implementation(" com.huanshankeji.team:gradle-plugins:0.9.0" ) // don't use a snapshot version in a main branch
18
18
implementation(" com.android.tools.build:gradle:8.7.3" )
19
19
implementation(" com.huanshankeji:common-gradle-dependencies:0.9.0-20241203" ) // don't use a snapshot version in a main branch
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ android {
113
113
}
114
114
}
115
115
116
- val jsBrowserDistribution by tasks.getting(Copy ::class )
117
- val wasmJsBrowserDistribution by tasks.getting(Copy ::class )
116
+ val jsBrowserDistribution by tasks.getting(Sync ::class )
117
+ val wasmJsBrowserDistribution by tasks.getting(Sync ::class )
118
118
119
119
tasks.register<Sync >(" sideBySideBrowserDistribution" ) {
120
120
group = " kotlin browser"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ kotlin {
19
19
}
20
20
composeUiMain {
21
21
dependencies {
22
- api(" org.jetbrains.compose.material:material-icons-extended:${DependencyVersions .composeMultiplatform} " )
22
+ // api("org.jetbrains.compose.material:material-icons-extended:${DependencyVersions.composeMultiplatform}")
23
23
}
24
24
}
25
25
}
You can’t perform that action at this time.
0 commit comments