Support View in android-compiler-plugin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.myapp
|
||||
|
||||
import android.view.View
|
||||
import kotlinx.android.synthetic.layout.view.*
|
||||
|
||||
fun View.a() {
|
||||
val button = login<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user