JC Wang
08/27/2023, 2:09 AMbuild.gradle.kts
(shared) like the screenshot below - both of them written in Kotlin + Compose.
However, I failed to find the components and public func from those libraries in my actual class. I even couldn’t manually import them. Did I miss anything regarding adding libraries into Compose Multiplatform project ? 🙏 Thanks so much in advance!Pablichjenkov
08/27/2023, 2:53 AMPablichjenkov
08/27/2023, 2:53 AMJC Wang
08/27/2023, 3:07 AMsourceSet
in gradle? I also put them there like this as below:Pablichjenkov
08/27/2023, 3:10 AMJC Wang
08/27/2023, 3:14 AMandroidMain
and it works! Does it mean this Compose UI library won’t work if I run my app on iOS emulator?Pablichjenkov
08/27/2023, 3:22 AMPablichjenkov
08/27/2023, 3:23 AMJC Wang
08/27/2023, 3:24 AM