hi everyone. just set up the jetbrains compose plu...
# ios
j
hi everyone. just set up the jetbrains compose plugin for an ios/android/js project (
id("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?
l
I just added
implementation(compose.runtime)
to my ios dependencies and the issue went away for me.
j
right, definitely an option. im just not super keen yet on adding unused dependencies to a target just to satisfy a build failure