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!
tylerwilson
11/09/2023, 3:50 PM
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.