I need to print some str to console (Android Studio) using Kotlin. I\'ve tried the:
Log.v() Log.d() Log.i() Log.w() Log.e()
methods. But i
At this moment (android studio 2.3.3 with Kotlin plugin),
Log.i(TAG, "Hello World")
Just works. It will import android.util.Log
android.util.Log