Skip to main content

Modular functional programming with Kotlin

ยท One min read
Modular functional programming with Kotlin

This post proposes a possible solution in order to structure and compose a pure functional Kotlin application, in order to better manage and decouple modules, get simpler tests and manage the Dependency Injection at compile time.