Minor: fix failing CliTestGenerated#testPluginSimple test
Add missing Android Dialog stub cause Android Extensions plugin now generates the synthetic property for Dialog.
This commit is contained in:
committed by
Yan Zhulanow
parent
8ec70f44dc
commit
228b3c56a3
+5
-1
@@ -6,4 +6,8 @@ public open class Activity {
|
||||
|
||||
public open class Fragment {
|
||||
public open fun getView(): android.view.View = null!!
|
||||
}
|
||||
}
|
||||
|
||||
open class Dialog {
|
||||
open fun findViewById(id: Int): android.view.View? = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user