Simon Marquis
06/06/2023, 12:17 PMjava-test-fixtures
plugin for multiplatform projects.
At the moment, the plugin seems to not be compatible and solutions that I can see are:
• creating a new distinct "fixtures" module but it defeats the purpose of having a single module
• adding the fixtures code inside the common sourceSet and annotating it with TestOnly
• not using multiplatform and having two modules (jvm with test fixutres plugin, and android without)Carter
06/06/2023, 12:29 PMSimon Marquis
06/06/2023, 12:31 PMinternal
is not a "good" solution to my problem. 😕Carter
06/06/2023, 12:31 PMCarter
06/06/2023, 12:31 PMSimon Marquis
06/06/2023, 12:33 PMCarter
06/06/2023, 12:33 PMCarter
06/06/2023, 12:35 PMCarter
06/06/2023, 12:35 PMSimon Marquis
06/06/2023, 12:44 PMParcelable
from a root module (used by thousands of other modules), and I don't want to force the "android" nature to the whole dependency graph.