Skip to content

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.6.21 to 1.9.10 #136

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.6.21 to 1.9.10

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.6.21 to 1.9.10 #136

Workflow file for this run

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