Skip to content

Bump org.jetbrains.kotlin:kotlin-bom from 2.0.0 to 2.0.21 #466

Bump org.jetbrains.kotlin:kotlin-bom from 2.0.0 to 2.0.21

Bump org.jetbrains.kotlin:kotlin-bom from 2.0.0 to 2.0.21 #466

Workflow file for this run

name: android_tests
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
# - name: Build with Gradle
# run: ./gradlew build
- name: Test with Gradle
run: ./gradlew test