Skash
12/18/2025, 9:36 AMcom.android.library Plugin got replaced by `com.android.kotlin.multiplatform.library`or did I get the docs wrong?tapchicoma
12/18/2025, 9:38 AMcom.android.library (and com.android.application ) is being deprecated. With AGP 9.0 it even will not work by default and you have to enable old AGP APIs.Skash
12/18/2025, 9:50 AMom.android.kotlin.multiplatform.library or how do I configurate android specific options like defaultConfig, `signingConfigs`and so on? I simply tried to replace the plugin and rename `androidTarget`to android but gradle can no longer resolve these references.dayanruben
12/18/2025, 12:14 PMSkash
12/18/2025, 12:18 PMdayanruben
12/18/2025, 12:21 PMSkash
12/18/2025, 12:22 PMtapchicoma
12/18/2025, 12:23 PMcom.android.application plugin applied in it. And also add a dependency on KMP library project - then you should be able to assemble the appSkash
12/18/2025, 12:24 PM