Skip to content

Update Kotlin to 1.9.20-Beta2 and other deps #15

Update Kotlin to 1.9.20-Beta2 and other deps

Update Kotlin to 1.9.20-Beta2 and other deps #15

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Setup Java JDK
uses: actions/setup-java@v2.1.0
with:
distribution: 'adopt'
java-version: '11'
- name: Build the project
run: ./gradlew assemble