Skip to content

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.1 #62

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.1

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.1 #62

Workflow file for this run

---
name: Run Gradle PR
on: [pull_request]
jobs:
gradle:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Gradle build
uses: gradle/gradle-build-action@v2
with:
arguments: build -x iosX64Test -x jsBrowserTest