-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Romain Boisselle
committed
May 22, 2020
1 parent
3c762d8
commit 47dbaa1
Showing
10 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Salomon BRYS <[email protected]> | |
:toc-position: left | ||
:toclevels: 5 | ||
|
||
:version:7.0.0 | ||
:branch:7.0 | ||
:version: 7.0.0 | ||
:branch: 7.0 | ||
|
||
You can use Kodein-DI as-is in your Android project or use the util library `kodein-di-android`. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Salomon BRYS <[email protected]> | |
:toc-position: left | ||
:toclevels: 5 | ||
|
||
:version:7.0.0 | ||
:branch:7.0 | ||
:version: 7.0.0 | ||
:branch: 7.0 | ||
|
||
|
||
== Introduction | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Salomon BRYS <[email protected]> | |
:toc-position: left | ||
:toclevels: 5 | ||
|
||
:version:7.0.0 | ||
:branch:7.0 | ||
:version: 7.0.0 | ||
:branch: 7.0 | ||
|
||
image::https://raw.githubusercontent.com/Kodein-Framework/Kodein-DI/{branch}/Kodein-DI-logo.png[KODEIN, 700, 233] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Salomon BRYS <[email protected]> | |
:toc-position: left | ||
:toclevels: 5 | ||
|
||
:version:7.0.0 | ||
:branch:7.0 | ||
:version: 7.0.0 | ||
:branch: 7.0 | ||
|
||
Kodein-DI is a *Dependency Injection* library. | ||
It allows you to bind your business unit interfaces with their implementation and thus having each business unit being independent. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
= KODEIN-DI: Painless Dependency Injection: {version} | ||
Salomon BRYS <salomon[email protected]> | ||
:version:7.0.0 | ||
:branch:7.0 | ||
:version: 7.0.0 | ||
:branch: 7.0 | ||
|
||
image::https://raw.githubusercontent.com/Kodein-Framework/Kodein-DI/{branch}/Kodein-DI-logo.png[KODEIN-DI, 700] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Salomon BRYS <[email protected]> | |
:toc-position: left | ||
:toclevels: 5 | ||
|
||
:version:7.0.0 | ||
:branch:7.0 | ||
:version: 7.0.0 | ||
:branch: 7.0 | ||
|
||
|
||
== Introduction | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Romain BOISSELLE <[email protected]> | |
:toc-position: left | ||
:toclevels: 5 | ||
|
||
:version:7.0.0 | ||
:branch:7.0 | ||
:version: 7.0.0 | ||
:branch: 7.0 | ||
|
||
You can use Kodein-DI as-is in your Ktor project, but you can level-up your game by using the libraries `kodein-di-framework-ktor-server-jvm` or `kodein-di-framework-ktor-server-controller-jvm`. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Salomon BRYS <[email protected]> | |
:toc-position: left | ||
:toclevels: 5 | ||
|
||
:version:7.0.0 | ||
:branch:7.0 | ||
:version: 7.0.0 | ||
:branch: 7.0 | ||
|
||
This guide will help you migrate from Kodein 4 to Kodein 5+. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Romain BOISSELLE <[email protected]> | |
:toc-position: left | ||
:toclevels: 5 | ||
|
||
:version:7.0.0 | ||
:branch:7.0 | ||
:version: 7.0.0 | ||
:branch: 7.0 | ||
|
||
This guide will help you migrate from Kodein-DI 6 to Kodein-DI 7+. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Romain BOISSELLE <[email protected]> | |
:toc-position: left | ||
:toclevels: 5 | ||
|
||
:version:7.0.0 | ||
:branch:7.0 | ||
:version: 7.0.0 | ||
:branch: 7.0 | ||
|
||
You can use Kodein-DI as-is in your TornadoFX project, but you can level-up your game by using the libraries `kodein-di-framework-tornadofx-jvm`. | ||
|
||
|