Join Slack
Powered by
Hello , i was going through the compose date picke...
# multiplatform
l
lablak jihed
06/03/2024, 11:16 AM
Hello , i was going through the compose date picker component and i found an internal expect function Int.toLocalString()
https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/compose/mater[…]ial3/src/commonMain/kotlin/androidx/compose/material3/Expect.kt
with an actual implementation in skiko
https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/compose/mater[…]src/skikoMain/kotlin/androidx/compose/material3/Actual.skiko.kt
. However not in android
a
Alexander Zhirkevich
06/03/2024, 12:53 PM
That is because JB doesn't build Android artifacts and it's not necessary for them to write android actuals. You can find the JVM (android) actual in the
androidx upstream
repo
✅ 1
l
lablak jihed
06/03/2024, 12:59 PM
Thanks a lot !
5
Views
Open in Slack
Previous
Next