first of all, most likely the correct thing to do ...
# getting-started
y
first of all, most likely the correct thing to do in your case is to use
lateinit var bubblesService: BubblesService
, and not
?.
or
!!