I have created a minimum (not) working example with a pure android module(other than app) and a multiplatform module and enabled compose compiler in both.
Metrics reports generation and stable inference is working for the android module, but not working for the shared module.
How can we enable compose compiler for multiplatform modules?
https://github.com/saied89/MWE_compose_metrics_multiplatform_module
restartable fun SharedGreeting(
unstable greetingName: SharedGreetingName
)
restartable skippable fun DroidGreeting(
greetingName: DroidGreetingName
)