You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot access class 'kotlinx.datetime.LocalDate'. Check your module classpath for missing or conflicting dependencies error for below code Column {
KalendarEarthy(
modifier = Modifier.fillMaxSize()
)
}
The text was updated successfully, but these errors were encountered:
The issue you're encountering isn't a problem. The function employs the Kotlin datetime library as opposed to the default one. To resolve the error, simply add the following dependency to your build.gradle file:
Cannot access class 'kotlinx.datetime.LocalDate'. Check your module classpath for missing or conflicting dependencies error for below code Column {
KalendarEarthy(
modifier = Modifier.fillMaxSize()
)
}
The text was updated successfully, but these errors were encountered: