Skip to content

Bump Kotlin to 2.0.0; KSP to 1.0.22; Gradle to 8.8 #15

Bump Kotlin to 2.0.0; KSP to 1.0.22; Gradle to 8.8

Bump Kotlin to 2.0.0; KSP to 1.0.22; Gradle to 8.8 #15

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Run Gradle
uses: gradle/[email protected]
with:
arguments: check