Skip to content

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.9.0 #211

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.9.0

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.9.0 #211

Workflow file for this run

name: CI
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build test