Android Extensions: Remove deprecated k.a.s.<layout> convention

This commit is contained in:
Yan Zhulanow
2016-01-27 17:11:07 +03:00
parent d49f5b95b0
commit bfae2afdb5
16 changed files with 1 additions and 248 deletions
@@ -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!