Esa Firman
Esa Firman
Hi @Foso, great library! I was thinking of creating something like this but luckily found this first. My concern with this is that 1. There's a lack of a compile-time...
Can you elaborate on how we can execute the scripting mentioned in [the readme](https://github.com/DevSrSouza/svg-to-compose#example-1-running-with-kotlin-scripting)? Because running `kotlin .main.kts` not working for me ``` $ kotlin sample.main.kts :: problems summary ::...
Would be nice if you could add some error handling example. Thanks 😄
Add common resources and make the style to extend no actionbar
- [x] Add Kotlintest sample - [ ] Add dependencies chooser
After connected and waiting for request, the app cannot be closed by control+c Here's the preview ``` Connecting ⠴ Connected. Waiting for requests… ^C^C^C^C^C^C^C^C^Cc ```
A new feature on the demo app: Input URL and request This also enables us to create automated UI test
Currently, the dependencies of the dynamic feature are assumed to be available in the main/host app itself. That's why we use this [interfeace](https://github.com/mbobiosio/ModularDynamicFeatureHilt/blob/main/app/src/main/java/com/mbobiosio/modularapp/di/DynamicFeatureDependencies.ktv) as the binding provider. Can you an...
# Feature request ## Is the feature request related to a problem? Please describe This request is related to a problem in the initial DB seeding process. If the user...