Is there a way to disable the compose compiler for...
# compose
l
Is there a way to disable the compose compiler for a given target? Sometimes, I'll want compose for a subset of targets, but when I apply the compose multiplatform plugin, I get errors when I try to build any target that doesn't have the runtime as a dependency.
j
You could add a if condition to your Gradle file where you use it. It might be tricky to get the target part correct and working particularly with gradle configuration caching 😅 You could have a 2nd application/library module