androidMain.dev.bluefalcon.Log.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library-android Show documentation
Show all versions of library-android Show documentation
Kotlin Multiplatform Bluetooth Library
package dev.bluefalcon
import android.util.Log
actual fun log(message: String) {
Log.i("BlueFalcon", message)
}