Skip to content

New watchos targets that are available in kotlin coroutines #161

New watchos targets that are available in kotlin coroutines

New watchos targets that are available in kotlin coroutines #161

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build-on-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- run: chmod +x gradlew
- run: ./gradlew build --info --scan
build-on-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- run: chmod +x gradlew
- run: ./gradlew build --info --scan