<@U0YTHBUJZ>: The best way is to have all your ser...
# kodein
s
@fmd: The best way is to have all your service classes in a different Kotlin / Gradle module. In this module: - The interfaces are
public
- The implementation classes are
internal
- There's a public Kodein module that binds interfaces to implementations