android / nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose
Apache License 2.0
15.92k stars 2.81k forks source link

Merge android and library plugins #1519

Open Jaehwa-Noh opened 6 days ago

Jaehwa-Noh commented 6 days ago

What I have done and why Some custom plugins in build-logic had duplicated parts. For example, AndroidApplicationComposeConventionPlugin.kt differs from AndroidLibraryComposeConventionPlugin.kt in small ways, just extension from application or library.

So that I merged these files into one AndroidComposeConventionPlugin.kt, also Jacobo plugins had been merged.