Move Android compiler plugin tests to android-compiler-plugin module
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package android.app
|
||||
|
||||
import android.view.View
|
||||
import android.content.Context
|
||||
|
||||
abstract class Activity: Context {
|
||||
abstract fun findViewById(id: Int): View?
|
||||
}
|
||||
Reference in New Issue
Block a user