https://kotlinlang.org logo
#kotlinx-datetime
Title
# kotlinx-datetime
j

julioromano

05/06/2022, 2:50 PM
I have a function in common code that accepts a
LocalDate
. How to call it from a Swift app?
1
k

kalpeshp0310

01/23/2023, 6:20 AM
Hi Marco, Did you find the solution? I encountered the same scenario today, and I wonder how to handle such a case.
j

julioromano

01/26/2023, 8:11 AM
Yes, it turned out that the Swift type for
LocalDate
is
Kotlinx_datetimeLocalDate
.
k

kalpeshp0310

01/26/2023, 6:26 PM
Ahh okay. Thanks 👍
3 Views