Remove kapt declaration from API module

This commit is contained in:
Shinokuni 2021-08-18 19:04:10 +02:00
parent 1533f67de8
commit 4539fdff92
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion rootProject.ext.compileSdkVersion