File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 28
28
# If main branch update, deploy to gh-pages
29
29
- name : Deploy
30
30
if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
31
- uses :
JamesIves/[email protected] .1
31
+ uses :
JamesIves/[email protected] .4
32
32
with :
33
33
BRANCH : gh-pages # The branch the action should deploy to.
34
34
FOLDER : composeApp/build/dist/wasmJs/productionExecutable # The folder the action should deploy.
Original file line number Diff line number Diff line change @@ -17,5 +17,4 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
17
17
kotlin.mpp.androidSourceSetLayoutVersion =2
18
18
kotlin.mpp.enableCInteropCommonization =true
19
19
20
- kotlin.experimental.tryK2 =true
21
20
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.0.20"
3
- ksp = " 2.0.20-1.0.24 "
4
- kotlinx-coroutines = " 1.9.0-RC "
3
+ ksp = " 2.0.20-1.0.25 "
4
+ kotlinx-coroutines = " 1.9.0"
5
5
6
6
7
7
agp = " 8.5.2"
8
8
android-compileSdk = " 34"
9
9
android-minSdk = " 24"
10
10
android-targetSdk = " 34"
11
11
androidx-activityCompose = " 1.9.2"
12
- compose = " 1.7.1 "
12
+ compose = " 1.7.2 "
13
13
compose-plugin = " 1.7.0-beta02"
14
14
composeAdaptiveLayout = " 1.0.0-alpha01"
15
15
harawata-appdirs = " 1.2.2"
16
16
koalaplot = " 0.5.3"
17
17
koin = " 3.6.0-Beta4"
18
- koin-android-compose = " 3.6.0-Beta4"
19
18
koin-compose-multiplatform = " 1.2.0-Beta4"
20
- kmpNativeCoroutines = " 1.0.0-ALPHA-34 "
21
- kmpObservableViewModel = " 1.0.0-BETA-4 "
19
+ kmpNativeCoroutines = " 1.0.0-ALPHA-35 "
20
+ kmpObservableViewModel = " 1.0.0-BETA-5 "
22
21
kstore = " 0.8.0"
23
- ktor = " 3.0.0-beta-2 "
22
+ ktor = " 3.0.0-rc-1 "
24
23
treemapChart = " 0.1.1"
25
24
voyager = " 1.1.0-beta02"
26
25
molecule = " 2.0.0"
You can’t perform that action at this time.
0 commit comments