Skip to content

fix(android): replace kotlinOptions to support Kotlin 2.2.0 #16

fix(android): replace kotlinOptions to support Kotlin 2.2.0

fix(android): replace kotlinOptions to support Kotlin 2.2.0 #16

Workflow file for this run

name: "Basic Tests"
on:
pull_request:
types:
- 'synchronize'
- 'opened'
jobs:
setup:
uses: ./.github/workflows/reusable_setup.yml
lint-test:
needs: 'setup'
uses: ./.github/workflows/reusable_lint.yml
build-packages:
needs: 'setup'
uses: ./.github/workflows/reusable_build.yml