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 2828 # If main branch update, deploy to gh-pages
2929 - name : Deploy
3030 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
31- uses :
JamesIves/[email protected] .1 31+ uses :
JamesIves/[email protected] .4 3232 with :
3333 BRANCH : gh-pages # The branch the action should deploy to.
3434 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
1717kotlin.mpp.androidSourceSetLayoutVersion =2
1818kotlin.mpp.enableCInteropCommonization =true
1919
20- kotlin.experimental.tryK2 =true
2120
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 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"
55
66
77agp = " 8.5.2"
88android-compileSdk = " 34"
99android-minSdk = " 24"
1010android-targetSdk = " 34"
1111androidx-activityCompose = " 1.9.2"
12- compose = " 1.7.1 "
12+ compose = " 1.7.2 "
1313compose-plugin = " 1.7.0-beta02"
1414composeAdaptiveLayout = " 1.0.0-alpha01"
1515harawata-appdirs = " 1.2.2"
1616koalaplot = " 0.5.3"
1717koin = " 3.6.0-Beta4"
18- koin-android-compose = " 3.6.0-Beta4"
1918koin-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 "
2221kstore = " 0.8.0"
23- ktor = " 3.0.0-beta-2 "
22+ ktor = " 3.0.0-rc-1 "
2423treemapChart = " 0.1.1"
2524voyager = " 1.1.0-beta02"
2625molecule = " 2.0.0"
You can’t perform that action at this time.
0 commit comments