Support Fragment in android-compiler-plugin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package android.app
|
||||
|
||||
import android.view.View
|
||||
import android.content.Context
|
||||
|
||||
abstract class Fragment {
|
||||
abstract fun getView(): View
|
||||
}
|
||||
Reference in New Issue
Block a user