I have a multi module project and I want to use th...
# compose
h
I have a multi module project and I want to use the classes from another module with Compose functions. For performance you could annotate the classes with @Stable or apply the compose plugin. But why does the compose plugin needs a dependency of the runtime in the classpath?