Luis Fer García
04/05/2021, 3:54 PMimport android.icu.util.Calendar
And I'm trying to use it like this:
var cal = Calendar.getInstance()
I get this error:
Cannot access 'kotlin.Cloneable' which is a supertype of 'android.icu.util.Calendar'. Check your module classpath for missing or conflicting dependencies
import java.util.Calendar
Cannot access 'kotlin.Cloneable' which is a supertype of 'java.util.Calendar'. Check your module classpath for missing or conflicting dependencies