-
The command
**./java -jar unused-dep.jar -gradletask :app:assembleDebug**
does not work (for me).
It seems that the gradle task wasnt executed and the above command runs very quickly in the termin…
-
Is there any ongoing thinking to refractor/migrate the project to [Koin](https://github.com/InsertKoinIO/koin)/ [Moshi](https://github.com/square/moshi). As Moshi seems to be GSON 3.0 and possibly Koi…
-
We need to decided the following before we continue
1. Design Pattern.
2. DI Library.
-
@AkshayChordiya
We can replace Dagger with Koin for ease of understanding and since the project is Kotlin first, I think koin would be a perfect fit.
Reference - https://insert-koin.io
Let me k…
-
**Describe the bug**
I have a basic fragment its task is to list to orders.
```kotlin
class MyOrdersFragment : Fragment() {
private val orderRepository: OrderRepository by inject()
priv…
-
Hi,
I'm looking for integration docusign into my Android application and not able to find this library anywhere in maven.
Is it public and what should I use for integration?
Regards,
Mikhail
mig35 updated
4 years ago
-
**Describe the bug**
When using koin as Ktor feature beans that defined with "createAtStart=true" attribute doesn't actually start.
**To Reproduce**
1. Create simple ktor application
2. Install …
-
## IBM
O mundo está em seu melhor momento, está proporcionando novas formas de modelos operacionais, modelos de empresa, industrias e resultados. Nós temos exponencialmente maior poder de atingir o n…
-
Specific issue to start modularizing the app, following the guidelines defined in #2351
- Tasks
- [x] Split up code into different modules following a layers approach and move the correspondi…
-
Mockito is not Kotlin-friendly and it's quite a pain using it for testing: see for example the ugly \`when\`, or the Java-ish builder patterns or the lack of `ArgumentMatcher.anyNonNull()`.
Further…