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