|
|
|
|
|
by garethrowlands
1864 days ago
|
|
I've written a lot of server-side Kotlin recently. No dependency-injection framework. Our `main` method does the wiring up explicitly in code. No magic. The wiring up code is very straightforward and not very long. I would not go back. In principle we could do the same in Java. The wiring code would contain the word `new` a lot though. |
|