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

commonMain.internal.KClass.kt Maven / Gradle / Ivy

There is a newer version: 0.23.0
Show newest version
package io.kform.internal

import kotlin.reflect.KClass
import kotlin.reflect.KMutableProperty1

/**
 * Returns a new instance of a class [T] given its [kClass] and a map mapping properties to their
 * [childProps].
 */
internal expect fun  constructFromKClass(
    kClass: KClass,
    childValues: Map,
    childProps: Map>
): T




© 2015 - 2024 Weber Informatics LLC | Privacy Policy