mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
Android Extensions: Support @ContainerOptions in compiler plugin
This commit is contained in:
@@ -4,7 +4,9 @@ import android.view.View
|
||||
import android.app.Activity
|
||||
import android.content.Context
|
||||
import kotlinx.android.synthetic.main.layout.view.*
|
||||
import kotlinx.android.extensions.*
|
||||
|
||||
@ContainerOptions(cache = CacheImplementation.HASH_MAP)
|
||||
class MyView(context: Context) : View(context)
|
||||
|
||||
class MyActivity : Activity() {
|
||||
|
||||
Reference in New Issue
Block a user