I have a mixture between old and new MPP plugin (c...
# multiplatform
r
I have a mixture between old and new MPP plugin (currently in the transition to the new plugin but cannot rework everything at once). Now I have the problem that JS projects complain that the
common
modules are not intended for JS. Is there a workaround so that I can depend in one project which is already setup with the new plugin on another project which is still using the old plugin? I am talking about a multi-module project setup. The funny thing is, if I depend on the same module but on the published version (i.e. not via
implementation(project(....))
but via
implementation("com.example:xy:1.2.0")
) then I don't get the complaint.