Interop/Runtime: add support for Kotlin Native
Also add minor improvements, fix bugs and workaround missing features.
This commit is contained in:
committed by
SvyatoslavScherbina
parent
91aab11e01
commit
49815f72e0
@@ -154,3 +154,12 @@ public class NoWhenBranchMatchedException : RuntimeException {
|
||||
constructor(s: String) : super(s) {
|
||||
}
|
||||
}
|
||||
|
||||
public class OutOfMemoryError : Error {
|
||||
|
||||
constructor() : super() {
|
||||
}
|
||||
|
||||
constructor(s: String) : super(s) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user