FYI, my issue above with the getDeclaredField erro...
# getting-started
t
FYI, my issue above with the getDeclaredField error was fixed by explicitly setting the field.isAccessable to true. Credit goes to the anko authors, where I found the solution.