Skip to content

Bump kotlin from 2.0.10 to 2.1.0 #37

Bump kotlin from 2.0.10 to 2.1.0

Bump kotlin from 2.0.10 to 2.1.0 #37

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4.2.2
-
name: Configure Java
uses: actions/setup-java@v4.5.0
with:
java-version: 17
distribution: oracle
-
name: Tests
run: ./gradlew check