Hi,can anyone help me about this question.
# multiplatform
s
Hi,can anyone help me about this question.
h
Just remove the root build.gradke.kts file
p
Try applying kotlinMultiplatform plugin before composeMultiplatform plugin. I believe there was an ongoing problem with that. Perhaps got fixed already but give it a try.
Sounds like we won't need root build.gradle in the future Philip?
h
@Pablichjenkov it depends on your content/use-case, but it this case, it’s not needed anymore.
p
Got it
h
But yes, ideally, a root gradle files isn’t needed, and you configure your build using convention plugins supporting isolated projects.
👍 3
🎉 1
🔥 1
s
@hfhbd You’re right, man. Problem solved. Thanks a lot.