Matheus Candido

Results 4 issues of Matheus Candido

Should we be able to do something like: ```kotlin interface Component { fun a(): A } @Spread abstract fun bindComponent(component: Component): Component ``` And then local scope would be able...

**Library version**: 0.3.1 **Repro steps or stacktrace**: There are no clear repro steps, but building with Gradle from Android Studio will break sometimes. Gradle 6.1-rc-1 AGP 4.0.0-alpha09 ``` 2020-02-12 21:59:05.498...

This PR adds a templating mechanism to `requestmatcher`. It works by replacing keys that are in the `${KEY}` format by the values specified using the fluent API exposed to users...

Hey! Thanks for the great work with Blorm. It seems that the builder doesn't return an instance of a Blorm object any time before submitOn is called. I think it's...

enhancement