Skip to content

Update Kotlin version to 2.0.21 #4

Update Kotlin version to 2.0.21

Update Kotlin version to 2.0.21 #4

name: Build and test
on: push
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build and test
runs-on: ubuntu-18.04
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 11
- name: Build
run: ./gradlew assemble
- name: Test
run: ./gradlew test