robstoll
01/11/2021, 9:36 PMcommon
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.