Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Last active December 12, 2021 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aidan128/49d742d981df4b9e697512bd295e1a47 to your computer and use it in GitHub Desktop.
Save Aidan128/49d742d981df4b9e697512bd295e1a47 to your computer and use it in GitHub Desktop.
Kotlin class in library module
class LibraryKotlinClass {
fun function1(): Int =
2 + 2
fun function2(): Int =
3 + 3
fun function3(): Int =
4 + 4
fun function4(): Int =
5 + 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment