Support View in android-compiler-plugin
This commit is contained in:
@@ -3,6 +3,6 @@ package android.app
|
||||
import android.view.View
|
||||
import android.content.Context
|
||||
|
||||
abstract class Activity: Context {
|
||||
abstract fun findViewById(id: Int): View?
|
||||
open class Activity: Context {
|
||||
open fun findViewById(id: Int): View? = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user