Support Fragment in android-compiler-plugin
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
package com.myapp
|
||||
|
||||
import android.app.Fragment
|
||||
import java.io.File
|
||||
import kotlinx.android.synthetic.layout.*
|
||||
|
||||
public class MyFragment : Fragment() {
|
||||
{login}
|
||||
}
|
||||
|
||||
// 1 GETSTATIC
|
||||
// 5 INVOKEVIRTUAL
|
||||
// 2 CHECKCAST
|
||||
// 2 _\$_findCachedViewById
|
||||
// 1 findViewById
|
||||
// 1 getView
|
||||
Reference in New Issue
Block a user