Skip to content

refactor: removed kapt and replacing usages with ksp #240

refactor: removed kapt and replacing usages with ksp

refactor: removed kapt and replacing usages with ksp #240

Workflow file for this run

name: Android Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Set Up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Run Tests
run: ./gradlew test
- name: Build the app
run: ./gradlew build