refactor(build): remove kotlin-library plugin from Android modules

This commit is contained in:
Harsh Shandilya 2023-04-27 00:40:40 +05:30
parent 7b5ded4064
commit bf6fe08472
No known key found for this signature in database
8 changed files with 9 additions and 16 deletions

View file

@ -7,7 +7,6 @@
plugins {
id("com.github.android-password-store.android-library")
id("com.github.android-password-store.kotlin-android")
id("com.github.android-password-store.kotlin-library")
}
android {