was going through the material3 components in andr...
# multiplatform
y
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.
y
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