please is there any guide on how to properly setup...
# compose-ios
e
please is there any guide on how to properly setup a new compose multiplatform project for IOS? like docs to setup the gradle plugin and everything without getting errors, i was able to run the sample template project provided but i need to start a fresh project myself.
👍 2
a
Could it be something like this? But it is another template, there's also some docs in the kotlin page that might give you an idea
d
Sorry, but for now it is better to use template. It is harder to make Compose for iOS project from scratch. In the future we will provide it
p
I agree with Dima, the templates not only provide an up to date project with the latest fast changing configuration stuff but also improve your git skills
e
okay, thank you vey much @Dima Avdeev