<@U6CF6R3DG> commented on <@U69HSV67P>’s file <htt...
# android
u
@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.