dev-fun
dev-fun copied to clipboard
Annotation based developer targeted library. Call any function from anywhere from a nice UI or web interface.
The following lazy property body fails on Kotlin `1.4.20-M1`: ``` com.nextfaze.devfun.internal.ReflectedPropertyImpl#property ``` It appears the `fieldName` can have a `get` suffix as of 1.4, and thus no longer matches any...
Currently for simplicity Dagger is tested using an external script `runDaggerVersionTests.sh` that simply loops over dagger versions, rebuilding the demo app performing connected tests with different versions of dagger. This...
As of 2.15 Dagger includes an SPI allowing for graph introspection at compile time. This could allow DevFun to know where/how to obtain instances, and as to whether a type...
From #15: > ## Desirable > - ~~Kotlin default values should be filled automatically~~ > - Unfortunately the default parameter values are neither provided during annotation processing or kept in...
Another potential option would be the ability to add a swipe listener for showing the dev menu. Placement should be configurable, should also be narrow width to avoid too many...