Skip to content

Bump org.jetbrains.kotlinx:kotlinx-collections-immutable from 0.3.5 to 0.3.6 #191

Bump org.jetbrains.kotlinx:kotlinx-collections-immutable from 0.3.5 to 0.3.6

Bump org.jetbrains.kotlinx:kotlinx-collections-immutable from 0.3.5 to 0.3.6 #191

Workflow file for this run

name: Android CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '17'
cache: 'gradle'
- name: Detekt
run: make detekt
- name: Build App Gradle
run: make buildApp
- name: Build Wear Gradle
run: make buildWear