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

commonMain.co.touchlab.skie.compilerinject.reflection.ReflectedBy.kt Maven / Gradle / Ivy

There is a newer version: 0.9.0-RC.5
Show newest version
package co.touchlab.skie.compilerinject.reflection

inline fun  Any.reflectedBy(): T =
    T::class.java.constructors.first().newInstance(this) as T




© 2015 - 2024 Weber Informatics LLC | Privacy Policy