Kotlin Android Extensions question: If you have a ...
# android
k
Kotlin Android Extensions question: If you have a view where you're importing IDs from multiple other views (so you have multiple synthetic property star-imports, basically), and two of those layouts define the same ID for two different views, you get an overload resolution ambiguity when you try to use it. Is there any way around this? I think you have to use the extensions with a star-import, so we can't even use a named import to get around the ambiguity