https://kotlinlang.org logo
Title
r

rnett

04/16/2021, 11:20 PM
I have a multiplatform project with two JVM source sets: a Ktor server and a Compose frontend. When I compile the server, I get
You are using an outdated version of Compose Runtime
errors from compose, I assume because the plugin it applying itself to all modules. Is there a way to disable compose for some modules? I don't have access to
buildFeatures
afaik since I'm not using android.
For now as a workaround you can include compose dependencies as compile only for your server module.