From bf6fe08472112bf41796e5bed874119b14b54ecb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 27 Apr 2023 00:40:40 +0530 Subject: refactor(build): remove `kotlin-library` plugin from Android modules --- ssh/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'ssh') diff --git a/ssh/build.gradle.kts b/ssh/build.gradle.kts index 80e6f58c..ccda4a16 100644 --- a/ssh/build.gradle.kts +++ b/ssh/build.gradle.kts @@ -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 { -- cgit v1.2.3