Skip to content

Instantly share code, notes, and snippets.

@Sottti
Last active November 29, 2018 07:11
Show Gist options
  • Save Sottti/1d9e8cba8b643893ab0df81f136902ec to your computer and use it in GitHub Desktop.
Save Sottti/1d9e8cba8b643893ab0df81f136902ec to your computer and use it in GitHub Desktop.
// SameModule.kt file
// numberThree is visible because this file is in the same module than Internal.kt
// numberEight is visible because this file is in the same module than User
private const val numberEleven = numberThree.plus(User().numberEight)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment