Skip to content

Bump kotlin_version from 1.9.20 to 1.9.21 #253

Bump kotlin_version from 1.9.20 to 1.9.21

Bump kotlin_version from 1.9.20 to 1.9.21 #253

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Run Tests
run: ./gradlew check --stacktrace