Skip to content

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.20 to 2.1.0 #504

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.20 to 2.1.0

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.20 to 2.1.0 #504

Workflow file for this run

name: Android Build
on: push
jobs:
build:
name: "Assemble artifacts"
runs-on: ubuntu-latest
steps:
# Checkout
- name: SCM
uses: actions/checkout@v4
- name: "Make gradlew executable"
run: chmod +x ./gradlew
# Assemble artifacts
- name: Assemble
uses: vgaidarji/android-github-actions-build@v1.0.1
with:
args: "./gradlew assemble"