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