Skip to content

Commit

Permalink
Merge pull request #1632 from DebitCardz/main
Browse files Browse the repository at this point in the history
Allow includes to take Collection
  • Loading branch information
arnaudgiuliani authored Sep 7, 2023
2 parents ea54974 + 0bcdf92 commit 8c88fb8
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 8c88fb8

Please sign in to comment.