What's are the advantages if we use `internal` ke...
# multiplatform
s
What's are the advantages if we use
internal
keyword for composable functions in Compose Multiplatform project ? I know by setting internal modifier to class will be available for module only.