Skip to content

Commit

Permalink
incl
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Dec 14, 2022
1 parent 91397a9 commit 3d5227f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class Module(
* A collection of [Module] from which the current [Module] is compose.
* Duplicated modules are ignored.
*/
@KoinDslMarker
fun includes(vararg module: Module) {
includedModules += module
}
Expand All @@ -70,6 +71,7 @@ class Module(
* A collection of [Module] from which the current [Module] is compose.
* Duplicated modules are ignored.
*/
@KoinDslMarker
fun includes(module: List<Module>) {
includedModules += module
}
Expand Down

0 comments on commit 3d5227f

Please sign in to comment.