How to use a `WKWebView` that is inside a `Koin` s...
# compose
a
How to use a
WKWebView
that is inside a
Koin
single module, and be able to inject it inside the iosApp and be able to use it? The code I'm using right now is relying on
UIKitView
which lacks all kinds of documentations, and after injecting the
WKWebView
I am faced with a gesture related exception upon just touching it. Any ideas?