Support Fragment in android-compiler-plugin
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package com.myapp
|
||||
|
||||
import android.app.Fragment
|
||||
import kotlinx.android.synthetic.layout.*
|
||||
import kotlinx.android.synthetic.layout1.*
|
||||
|
||||
class MyFragment: Fragment() {
|
||||
val button = log<caret>
|
||||
}
|
||||
|
||||
// EXIST: login, loginButton
|
||||
Reference in New Issue
Block a user