Skip to content

Update ksp to v2 (major) #459

Update ksp to v2 (major)

Update ksp to v2 (major) #459

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Check & assembleDebug
run: |
./gradlew check
./gradlew assembleDebug