File tree Expand file tree Collapse file tree 7 files changed +9
-17
lines changed Expand file tree Collapse file tree 7 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 19
19
distribution : ' adopt'
20
20
java-version : 11
21
21
- name : Generate Docs
22
- run : ./gradlew :integrationTest:hashRouterTest:jsProductionWebpack
22
+ run : ./gradlew :integrationTest:hashRouterTest:browserDistribution
23
23
- name : Save sample
24
24
uses : actions/upload-artifact@v3
25
25
with :
Original file line number Diff line number Diff line change 1
1
import org.jetbrains.compose.*
2
2
3
3
plugins {
4
- kotlin(" multiplatform " )
4
+ kotlin(" js " )
5
5
id(" org.jetbrains.compose" )
6
6
}
7
7
@@ -17,12 +17,8 @@ kotlin {
17
17
binaries.executable()
18
18
}
19
19
}
20
+ }
20
21
21
- sourceSets {
22
- commonMain {
23
- dependencies {
24
- implementation(projects.integrationTest)
25
- }
26
- }
27
- }
22
+ dependencies {
23
+ implementation(projects.integrationTest)
28
24
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import org.jetbrains.compose.*
2
2
3
3
plugins {
4
- kotlin(" multiplatform " )
4
+ kotlin(" js " )
5
5
id(" org.jetbrains.compose" )
6
6
}
7
7
@@ -17,12 +17,8 @@ kotlin {
17
17
binaries.executable()
18
18
}
19
19
}
20
+ }
20
21
21
- sourceSets {
22
- commonMain {
23
- dependencies {
24
- implementation(projects.integrationTest)
25
- }
26
- }
27
- }
22
+ dependencies {
23
+ implementation(projects.integrationTest)
28
24
}
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments