the problem ended up being that `init: SimpleTextF...
# anko
t
the problem ended up being that
init: SimpleTextFieldUI.()
should have been
init: View.()
. Thanks for the help earlier!