Stylianos Gakis
10/08/2022, 1:55 PMorg.jetbrains.kotlin.multiplatform
plugin, and I’d like to have the android target specifically have one class which is annotated with ContributesBinding
. Thing is, I can’t quite apply the com.squareup.anvil
plugin on that module since it’s MP and it seems to break everything if I do that. Is there a way I can only apply the plugin to my android target, or is there something completely different that I should do instead? Maybe some sample which does this that you’re aware of which I can take a look at?efemoney
10/09/2022, 10:26 AMcom.squareup.anvil:annotations:<anvilVersion>
directly to the dependencies of the android source set (although I think anvil adds this for you automatically)efemoney
10/09/2022, 10:32 AMStylianos Gakis
10/09/2022, 1:52 PM