Laimonas Turauskas
Laimonas Turauskas
By default, dagger-compiler generates a default `Builder` class. With setup such as this: ```kotlin interface Host { fun myDependency(): MyDependency } @Component(dependencies = [Host::class]) interface MyFeatureComponent { fun feature(): MyFeature...
Added a test + implementation for the following use case: ```java // Generic builder interface interface ComponentBuilder { Component build() } @Component interface MyComponent { @Component.Builder interface MyBuilder extends ComponentBuilder...
Began writing support for generic modules. One of the issues I ran into is that `abstract ParentModule` is extended by two modules and the non-parameterized method bindings are added twice...
Please merge if this LICENSE works for you. I've used exact file from https://github.com/SimonVT/android-numberpicker
Please merge if this LICENSE works for you.
Similarly to `lce-rxjava3`, add `lce-coroutines` module.
## What I'm adding simple, but full examples to README.md. The goal is to show how Formula looks without getting too deep into details and best practices.
## What Creating a ticket to explore improvements to error handling within Formula. Currently, an error during evaluation can crash the whole feature which isn't great in production. While such...
## What Adding API to allow getting debug log information from the formula.