Package-level declarations
Package with mpp relevant samples
Warning
Hi!
Some extra text have to be seen
~END~
Types
Link copied to clipboard
class CommonOnlyClass
Class locate only in common source set
Link copied to clipboard
Link copied to clipboard
data class strange name with spaces(val param1: String, var param2: Int, val strange name with spaces too: Long)
Link copied to clipboard
data class strange name with spaces and const(val param1: String = "param1", var param2: Int, val strange name with spaces too: Long = 123)
Data Class with spaced name and const values in ~args~