Rob

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 3
-
Rob commented, -
Rob created a post, AnsweredCorrect way to log to console using Kotlin and Android?
I've created a new application in IntelliJ using the Android generator (Kotlin). I'm trying to log to the console using Kotlin's `print` and Java's `Log` class with no success:class MainActivity : ... -