Support Fragment in android-compiler-plugin

This commit is contained in:
Yan Zhulanow
2015-03-03 17:41:48 +03:00
parent d4184bd51d
commit da8369066b
68 changed files with 1160 additions and 25 deletions
@@ -2,4 +2,6 @@ package android.view
import android.content.Context
open class View(ctx: Context)
open class View(ctx: Context) {
open fun findViewById(id: Int): View? = null
}