https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

saket

05/31/2020, 7:11 AM
I find it useful to have a native source set that iOS, macOS et al can depend on
z

zalewski.se

05/31/2020, 8:10 AM
I see, so that’s a good case if you create a new target that your
apple
source sets can depends on. Do you know if source sets like
androidMain
or
iosMain
are getting everything from the
commonMain
by default? 🤔
l

louiscad

05/31/2020, 9:57 AM
👀 1
z

zalewski.se

05/31/2020, 10:00 AM
Ok, thanks! 🙇 Yeah I know this page but wasn’t sure if I understand this part correctly 😅
k

kevin

05/31/2020, 1:17 PM
I think they’re working to have something like that

https://www.youtube.com/watch?v=oBv1QykLAXc

but there are some challenges, as discussed in (23:20)
9 Views