v79
09/21/2025, 7:00 PMval dpState = rememberDatePickerState() to any composable function and it will crash during composition - error is Caused by: java.lang.ClassNotFoundException: kotlinx.datetime.Clock$System . My project does include kotlinx.datetime and I use it elsewhere. The same code works on Android. I can produce different errors by varying the parameters in the call to rememberDatePickerState().v79
09/21/2025, 7:09 PM// implementation(compose.material3)
implementation("org.jetbrains.compose.material3:material3:1.9.0-beta06")
I found this suggestion in a YouTrack comment about an iOS crash with the DatePicker - https://youtrack.jetbrains.com/issue/CMP-8929/IrLinkageError-when-using-Clock.System-kot[…]-datetime-in-Compose-DatePicker-on-iOS?backToIssues=falseOliver.O
09/21/2025, 7:11 PMv79
09/21/2025, 7:17 PMferdialif02
09/22/2025, 9:52 AMSean Proctor
09/23/2025, 2:15 PM