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.
Pablichjenkov
01/16/2024, 3:04 PM
Sounds like we won't need root build.gradle in the future Philip?
h
hfhbd
01/16/2024, 3:05 PM
@Pablichjenkov it depends on your content/use-case, but it this case, it’s not needed anymore.
p
Pablichjenkov
01/16/2024, 3:06 PM
Got it
h
hfhbd
01/16/2024, 3:06 PM
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
Sololo
01/18/2024, 11:19 AM
@hfhbd You’re right, man. Problem solved. Thanks a lot.