Stylianos Gakis
06/03/2025, 11:54 AMcom.android.kotlin.multiplatform.library
(com.android.kotlin.multiplatform.library:com.android.kotlin.multiplatform.library.gradle.plugin
) plugin.
Is this for KMP modules, which specifically want to have an Android target so that they can access android-specific classes/features?
Otherwise, for KMP modules which were already targeting the JVM and could be imported into Android modules just as pure JVM dependencies, there is no reason to use this new plugin.
Do I understand this correctly, or not?tapchicoma
06/03/2025, 11:56 AMefemoney
06/03/2025, 12:04 PMStylianos Gakis
06/03/2025, 7:44 PMrusshwolf
06/03/2025, 8:35 PMandroidTarget()
before, you can replace it with androidLibrary()
in the new plugin. If you were just doing jvm stuff previously then nothing changes.