I have a function in common code that accepts a `L...
# kotlinx-datetime
j
I have a function in common code that accepts a
LocalDate
. How to call it from a Swift app?
1
k
Hi Marco, Did you find the solution? I encountered the same scenario today, and I wonder how to handle such a case.
j
Yes, it turned out that the Swift type for
LocalDate
is
Kotlinx_datetimeLocalDate
.
k
Ahh okay. Thanks 👍