Support variants in Android Extensions (compiler plugin)
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package android.support.v4.app
|
||||
import android.app.Activity
|
||||
import android.os.Bundle
|
||||
import java.io.File
|
||||
import kotlinx.android.synthetic.layout.*
|
||||
import kotlinx.android.synthetic.main.layout.*
|
||||
|
||||
open class FragmentManager {
|
||||
open fun findFragmentById(id: Int): Fragment = throw Exception("Function getFragmentById() is not overriden")
|
||||
|
||||
Reference in New Issue
Block a user