dalexander
02/24/2016, 3:57 PMclass SomeView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0): LinearLayout(context, attrs, defStyleAttr) is what it looks like on my current project (syntax using the annotation in the primary constructor is a little unintuitive)