kevinmost
06/14/2016, 5:22 PMconstructor
keyword if I want to make something injectable (class SomeInjectable @Inject internal constructor()
) or for a View (class MyView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyle: Int = 0) : LinearLayout(context, attrs, defStyle)
) for example