Sudhanshu Singh

Results 6 comments of Sudhanshu Singh

@FelipeRRM thanks for the tip. It worked.

I am still getting this error in 2.5.42 when opening a url in webview eg: https://facebook.com > Error creating trust manager (com.appmattus.certificatetransparency.internal.verifier.k): java.lang.IllegalArgumentException: Required method checkServerTrusted(X509Certificate[], String, String, String) missing

@mweststrate could we please get the above PR reviewed and merged.

Created a sample project with bug https://github.com/sudansh/koinBug/ Error while building `e: [ksp] --> Missing Definition type 'android.content.Context' for 'app.sudansh.domain.PreferencesHelper'. Fix your configuration to define type 'Context'. e: Error occurred in...

I saw this issue https://github.com/InsertKoinIO/koin-annotations/issues/49 and I believe this is not possible yet now to pass `context` with annotations.

Have already put `androidContext()` in `startKoin` but context isn't found in multi module app. It works if `PreferenceHelper` is in same module as `startKoin`