Unverified Commit e35c9362 authored by dima.avdeev's avatar dima.avdeev Committed by GitHub

Remove old TODO comment (#782)

parent ee58078e
...@@ -17,10 +17,6 @@ import kotlin.math.max ...@@ -17,10 +17,6 @@ import kotlin.math.max
import kotlin.math.min import kotlin.math.min
import kotlin.native.ref.WeakReference import kotlin.native.ref.WeakReference
/*
TODO: remove org.jetbrains.skiko.objc.UIViewExtensionProtocol after Kotlin 1.8.20
https://youtrack.jetbrains.com/issue/KT-40426
*/
@Suppress("CONFLICTING_OVERLOADS") @Suppress("CONFLICTING_OVERLOADS")
@ExportObjCClass @ExportObjCClass
class SkikoUIView : UIView, UIKeyInputProtocol, UITextInputProtocol { class SkikoUIView : UIView, UIKeyInputProtocol, UITextInputProtocol {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment