Skip to content

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.9.10 #54

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.9.10

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.9.10 #54

Workflow file for this run

name: Android CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build