kassim

Results 25 comments of kassim

I believe I used this workaround https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/775#issuecomment-1324573825 (use `com.github.permissions-dispatcher:permissionsdispatcher-ktx` instead of the normal annotation version)

should be able to add Retrolambda to the Java 8 project config to make it work I don't believe it will compile with a pre-compiled Java 8 library dependency

perhaps you can decompile it so it can be recompiled with retrolambda? but if it is dependent on Java 8 libraries (streams, etc) that won't help

didn't see a clear instruction outlined in here (and the IDE warning didn't indicate properly) but in case someone else is migrating and the instructions don't reveal themselves until you...

I agree. The behaviour isn't well documented and has a confusing choice of ordering ``` private fun resolveFromContextOrNull(scope : Scope, instanceContext: ResolutionContext, lookupParent : Boolean = true): T? { return...