Is it possible to use Jetpack Compose within multiplatform modules?
JCollardBovy
08/28/2020, 6:30 PM
Disclaimer: I know this question has been asked multiple times and the Jetpack Compose team has answered it before, but I couldn't find anything recent
And of course I know about PeopleInSpace, but in this case the whole set of composable reside in a single Android specific module while I aim to distribute them in multiple multiplatform modules
j
Javier
08/28/2020, 7:04 PM
I will check this today or tomorrow
j
JCollardBovy
08/28/2020, 7:11 PM
Thanks
j
Javier
08/28/2020, 9:15 PM
@JCollardBovy yes, it is working, take care to add manually useIR, in KTS using configureEach: