Skip to content

fix(deps): update kotlinx-coroutines monorepo to v1.10.2 #1004

fix(deps): update kotlinx-coroutines monorepo to v1.10.2

fix(deps): update kotlinx-coroutines monorepo to v1.10.2 #1004

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
# For browser tests
- uses: browser-actions/setup-chrome@v2
- name: Run checks
run: ./gradlew check --no-daemon --stacktrace