Refactoring: rename android-compiler-plugin to android-extensions-compiler
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
package android.app
|
||||
|
||||
import android.view.View
|
||||
import android.content.Context
|
||||
|
||||
open class Activity: Context {
|
||||
open fun findViewById(id: Int): View? = null
|
||||
}
|
||||
Reference in New Issue
Block a user