jeran
11/01/2022, 8:11 PMid("org.jetbrains.compose")
). We’re only intending to use compose for our android and js targets, but we’re getting the following error when building ios:
Compilation failed: Cannot find the Composer class in the classpath
is there anyway to completely disable the org.jetbrains.compose
plugin for the ios target?Landry Norris
11/02/2022, 5:12 PMimplementation(compose.runtime)
to my ios dependencies and the issue went away for me.jeran
11/02/2022, 5:14 PM