Skip to content

Commit

Permalink
allow includes to take Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
DebitCardz committed Aug 6, 2023
1 parent 31af085 commit 0bcdf92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Module(
* A collection of [Module] from which the current [Module] is compose.
* Duplicated modules are ignored.
*/
fun includes(module: List<Module>) {
fun includes(module: Collection<Module>) {
includedModules += module
}

Expand Down

0 comments on commit 0bcdf92

Please sign in to comment.