Skip to content

MineInAbyss/features

Repository files navigation

dependencies-kt

Simple DI framework for kotlin, designed for dependency modules that can be closed, restarted, and depend on each other.

Usage

Add the project in gradle, supported KMP platforms are listed in the buildscript

repositories {
    maven("https://repo.mineinabyss.com/releases")
}

dependencies {
    implementation("com.mineinabyss.dependencies:core:x.y.z")
}

About

Simple library for splitting code into features, with DI

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages