Core
Let's learn how to use Koject!
📄️ Start Koject
To start using Koject, simply add the annotation to the classes you want to make available for injection.
📄️ Qualifier
You can use the annotation to distinguish between different instances of the same type.
📄️ Binds
Using the annotation, it's easy to provide a type as supertypes.
📄️ KojextExtras (Experimental)
KojectExtras is experimental and the API may change in the future.
📄️ Component (Experimental)
The Component feature is experimental.