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

Sebastian

09/01/2021, 4:49 PM
Not sure if this belongs into #javascript or here:
l

Lars Toft Jacobsen

09/02/2021, 9:25 AM
I don’t think it’s possible to omit the js-joda since it’s literally how kotlinx-datetime was implemented for the js platform. The lack of
@JSExport
does not mean the class is not compiled for the js platform if the target is configured afaik.
4 Views