Edoardo Luppi
09/06/2023, 7:44 AMMike Dawson
09/06/2023, 7:01 PMEdoardo Luppi
09/06/2023, 7:05 PMMike Dawson
09/06/2023, 7:09 PMEdoardo Luppi
09/06/2023, 7:11 PMMike Dawson
09/06/2023, 7:16 PMMike Dawson
09/06/2023, 7:16 PMLandry Norris
09/06/2023, 10:02 PMMike Dawson
09/07/2023, 5:52 AMpublic expect open class Exception : Throwable {
constructor()
constructor(message: String?)
constructor(message: String?, cause: Throwable?)
constructor(cause: Throwable?)
}
...
actual typealias kotlin.Exception = java.lang.Exception
Maybe I'm not awake enough yet, but I don't see would one replace that with an interface pattern without breaking huge amounts of existing code.