Skip to content

Commit

Permalink
Merge pull request #988 from mikepenz/feature/kotlin_2
Browse files Browse the repository at this point in the history
Upgrade to Kotiln 2.0.0 | Upgrade to Compose Multiplatform 1.6.10
  • Loading branch information
mikepenz authored May 21, 2024
2 parents c948f79 + f6690dc commit b0d139a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Build Page
run: |
./gradlew app-wasm:wasmJsBrowserDistribution --no-configuration-cache
./gradlew :app-wasm:exportLibraryDefinitions -PaboutLibraries.exportPath=src/commonMain/composeResources/files/
./gradlew :app-wasm:wasmJsBrowserDistribution --no-configuration-cache
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ targetSdk = "34"
gradleBuild = "8.4.0"
# kotlin
dokka = "1.9.20"
kotlinCore = { require = "2.0.0-RC2" }
kotlinCoroutines = { require = "1.8.0" }
kotlinCore = { require = "2.0.0" }
kotlinCoroutines = { require = "1.8.1" }
kotlinxSerialization = "1.6.3"
kotlinxCollections = "0.3.7"
# compose
compose = "1.6.7"
compose-plugin = "1.6.10-rc01"
compose-plugin = "1.6.10"
composeUi = "1.6.7" # foundation / material
# androidx
activity = "1.9.0"
Expand Down

0 comments on commit b0d139a

Please sign in to comment.