Hello Arkadii, I am trying to find out to run the...
# decompose
f
Hello Arkadii, I am trying to find out to run the ios app of compose experimental branch. But in android studio I only get the android-app option in android studio.
a
Hello! Please try running
./gradlew :sample: app-darwin-compose:iosDeployIPhone12ProDebug
f
Scherm­afbeelding 2023-08-04 om 11.37.17.png
Is there anything special to know about gradle configuration/extra classes if I want to switch UI to compose iOS regarding the use of you libs?
a
I think there should be nothing special. You can add Decompose as a normal dependency to any Compose project.
f
Check. And I dont need the swift classes anymore? StateValue, StackView etc.
a
Nope. Those are only for SwiftUI.
🙌 1