refactor(build): introduce a standalone plugin for Kotlin JVM libraries

This commit is contained in:
Harsh Shandilya 2023-04-27 00:49:03 +05:30
parent bf6fe08472
commit ca327555cd
No known key found for this signature in database
10 changed files with 38 additions and 35 deletions

View file

@ -3,8 +3,7 @@
* SPDX-License-Identifier: GPL-3.0-only
*/
plugins {
kotlin("jvm")
id("com.github.android-password-store.kotlin-library")
id("com.github.android-password-store.kotlin-jvm-library")
}
dependencies {