Skip to content

Update to Kotlin v2 and new wizard #21

Update to Kotlin v2 and new wizard

Update to Kotlin v2 and new wizard #21

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/[email protected]
with:
distribution: 'adopt'
java-version: '11'
- name: Build the project
run: ./gradlew assemble