Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPierce committed Jun 29, 2024
1 parent d8bb9c0 commit e678212
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ You can find all the posts [here](https://scottpierce.dev/categories/making-a-ko

A multiplatform Dependency Injection library.

## Artifacts

| Artifact | Description |
|---------------------------|--------------------------------------------------------------------------------------|
| kinject | Provides core DI functionality. |
| kinject-android | |
| kinject-compose | Provides the ability to provide an ObjectGraph in a Compose hierarchy. |
| kinject-compose-viewmodel | Provides the ability to get a ViewModel in a compose hierarchy. |
| kinject-viewmodel | Provides the ability to declare a view model dependency, and a factory to create it. |


## Usage

```kotlin
Expand Down

0 comments on commit e678212

Please sign in to comment.