jvmTest.com.bkahlert.kommons.debug.JvmFixtures.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kommons-debug Show documentation
Show all versions of kommons-debug Show documentation
Kommons Debug is a Kotlin Multiplatform Library for print debugging.
@file:Suppress("MayBeConstant")
package com.bkahlert.kommons.debug
internal object NativeObject {
val property: String = "Function-property"
}
internal actual fun nativeObject(): Any = NativeObject