Hello! I have kotlin multiplatform gradle project....
# compose-desktop
p
Hello! I have kotlin multiplatform gradle project. When I applying compose plugin, its applyed for all targets. How can i filter some targets that should not be proceessed by compose compiler plugin?
o
it is something we plan to fix soon, see https://github.com/JetBrains/compose-jb/issues/352
🙏 2