All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmTest.com.bkahlert.kommons.debug.JvmFixtures.kt Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
@file:Suppress("MayBeConstant")

package com.bkahlert.kommons.debug

internal object NativeObject {
    val property: String = "Function-property"
}

internal actual fun nativeObject(): Any = NativeObject




© 2015 - 2024 Weber Informatics LLC | Privacy Policy