gabriel-rajadurai
gabriel-rajadurai
I took the sample project available in the repo, added another module `utils`. Then instead of injecting the lottie library, I injected this module instead. `inject project(':utils')` But this failed...
Using function expressions such as "count", "max" , etc. throws an exception saying "Expression can not be null" This is the select statement I used, `SelectResult.expression(Functions.count(Expression.string("*"))).as("count")` I tried other Functions...
I wanted to check how localization would work with plugins, but ran into an issue. What I have is a `LocaleHelper` class, ``` object LocaleHelper { @JvmStatic fun onAttach(context: Context):...