Android Extensions: Remove deprecated k.a.s.<layout> convention
This commit is contained in:
-11
@@ -21,15 +21,4 @@ kotlinx.android.synthetic.main.test
|
||||
|
||||
kotlinx.android.synthetic.main.test.view
|
||||
|
||||
public val android.view.View.MyView: android.view.View!
|
||||
|
||||
|
||||
kotlinx.android.synthetic.test
|
||||
|
||||
public val android.app.Activity.MyView: android.view.View!
|
||||
public val android.app.Fragment.MyView: android.view.View!
|
||||
|
||||
|
||||
kotlinx.android.synthetic.test.view
|
||||
|
||||
public val android.view.View.MyView: android.view.View!
|
||||
Reference in New Issue
Block a user