-
Hi, I try to create UI test with koin, fragment and viewModel (architecture component)
> @RunWith(AndroidJUnit4::class)
class LoginFragmentTest{
@Before
fun init() {
startK…
-
-
**Is your feature request related to a problem? Please describe.**
I have a lot of beans which implement the `Closeable` interface. It would be nice if koin could destroy these beans on shutdown auto…
-
Create a page to display active proposals. The proposals are paginated. Present up to 20 proposals per page.
URL: http://localhost:3000/vapor/proposals?status=active
The smart contract is not yet …
-
```
FATAL EXCEPTION: main
Process: com.easemytrip.android, PID: 6341
java.lang.ExceptionInInitializerError
…
-
Hello!
I would like to propose a version of the app, done with Koin. A branch is almost ready here: https://github.com/InsertKoinIO/architecture-samples/tree/dev-koin
Are you interested? What i…
-
Hi I used this library, and I have runtime exception with this stack trace
```
Caused by: org.koin.core.error.NoBeanDefFoundException: Found multiple definitions for type 'com.epam.coroutinecache.…
-
Using `Screen.getScreenModel()` on versions up to 1.1.0-alpha03 works fine. However, starting from 1.1.0-alpha04 up to the latest version (1.1.0-beta02), using either `Screen.getScreenModel()` or `Scr…
-
```
java.lang.NoSuchMethodError: No static method loadModules$default(Lorg/koin/core/Koin;Ljava/util/List;ZILjava/lang/Object;)V in class Lorg/koin/core/Koin; or its super classes (declaration of 'or…
-
Do the following calculations in /proposals?status=active
- Load the VAPOR of the connected user
- Calculate the amount of KOIN that can be allocated with that VAPOR
- Use the following function …