@paypaul commented on
@teachmyselftocode’s file
https://kotlinlang.slack.com/files/U69HSV67P/F6J2J139P/image.png▾
: getIntent() should work fine.
However android studio will prompt you to use property access syntax which will change "getIntent()" to "intent" but works all the same.