Fairly new to Kotlin, having a tough time dealing with nulls after attempting to convert Android application to 100% Kotlin code. So my solution
not sure if its a good one is utilizing
Throws
to move exception up the stack instead of returning
null
as i was accustom to.