Skip to content

remove kapt and replacing usages with ksp #241

remove kapt and replacing usages with ksp

remove kapt and replacing usages with ksp #241

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