Join Slack
was going through the material3 components in androidx Github repo and realized that there is no Ios...
# multiplatform
y
youssef hachicha
05/29/2024, 12:23 PM
was going through the material3 components in androidx Github repo and realized that there is no Ios target
https://github.com/androidx/androidx/tree/androidx-main/compose/material3/material3/src
there was an expect class that I wanted to check out its actual impl in both ios and android and I only found the android one.
z
zsmb
05/29/2024, 1:03 PM
See here:
https://github.com/JetBrains/compose-multiplatform-core/tree/jb-main/compose/material3/material3/src
y
youssef hachicha
05/29/2024, 1:45 PM
nope couldn't find what i want there I am looking for this
https://github.com/androidx/androidx/blob/androidx-main/compose/material3/material[…]ain/kotlin/androidx/compose/material3/internal/CalendarModel.kt
the createCalendarModel actual fun in Ios
z
zsmb
05/29/2024, 1:50 PM
It's here, in the
skikoMain
sources (shared by iOS among others):
https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/compose/mater[…]koMain/kotlin/androidx/compose/material3/CalendarModel.skiko.kt
(Found it from these search results in the JetBrains repo:
https://github.com/search?q=repo%3AJetBrains%2Fcompose-multiplatform-core%20createCalendarModel&type=code
)
thank you color
1
4
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by