Skip to content

Instantly share code, notes, and snippets.

@arnaudgiuliani
Created February 14, 2022 13:15
Show Gist options
  • Save arnaudgiuliani/ca30b7af66aefd6fb8d7d954fea2a0eb to your computer and use it in GitHub Desktop.
Save arnaudgiuliani/ca30b7af66aefd6fb8d7d954fea2a0eb to your computer and use it in GitHub Desktop.
class ClassA(val b : ClassB)
class ClassB()
module {
singleOf(::ClassA)
singleOf(::ClassB)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment