https://kotlinlang.org logo
#compose-ios
Title
# compose-ios
t

tylerwilson

11/09/2023, 3:13 PM
I am attempting to use the excludePlatform addition that is referenced here: https://github.com/JetBrains/compose-multiplatform/pull/3722 but in IntelliJ IDEA Ultimate with 1.5.10 referenced it is not finding that reference, as seen here. Any ideas on why it is not being found. Some other magic I need to insert in the gradle files? Thanks!
Reading more detail of the PR, I don't think this is what I need for my project. I was hoping to remove just watchos from the compose plugin, but it appears the granularity of this change is just 'native', which would remove every ios, macos and watchos set. Bummer.
o

Oleksandr Karpovich [JB]

11/10/2023, 10:06 AM
I'm not completely sure, maybe the workaround described here can be useful https://github.com/JetBrains/compose-multiplatform/issues/3695