natario1
05/13/2021, 3:10 PMinternal fun interface Action<T: Any> {
val id: String get() = hashCode().toString()
fun execute(): Result<T>
}
fails on Android with: com.android.tools.r8.errors.b: Method name '<get-id>' in class '...$reload$1$1$2' cannot be represented in dex format.
Does anyone know if this is a Kotlin or R8 issue?ephemient
05/13/2021, 4:55 PMephemient
05/13/2021, 4:56 PMnatario1
05/13/2021, 5:17 PMephemient
05/13/2021, 5:24 PM