Daeyeon Kim
Daeyeon Kim
My solution Inspired by `ThingyThing`. ```kotlin class ExpectExtension : BeforeEachCallback, AfterEachCallback, InvocationInterceptor, ParameterResolver { private var _expect: Expect? = null val expect: Expect get() = _expect!! override fun beforeEach(context: ExtensionContext)...
I'm having the same issue. The webview runs, but I want to resolve this error. ``` > Task :composeApp:run JCEF(14:49:429): initialized stderr logger, severity=LOGSEVERITY_DEFAULT JCEF_I(14:49:430): CefApp: set state NEW JCEF_V(14:49:431):...