Skip to content

Update Kotlin, KSP and Compose Compiler to v1.9.24 #58

Update Kotlin, KSP and Compose Compiler to v1.9.24

Update Kotlin, KSP and Compose Compiler to v1.9.24 #58

Workflow file for this run

name: Build Android and Desktop CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-android-desktop:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
- uses: gradle/actions/wrapper-validation@v3
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83 # v3.4.1
- name: Build with Gradle Wrapper
run: ./gradlew :composeApp:assembleDebug :composeApp:packageDistributionForCurrentOS