hi, I'm trying to get the anko preview in AS to wo...
# anko
z
hi, I'm trying to get the anko preview in AS to work but i keeping seeing a blank preview with this text
__anko.preview.View
. I have the latest plugin installed (0.10.4-2) and I have an anko component defined:
Copy code
class MyComponent( private val someString: String) : AnkoComponent<Context>
👍 1