jvmMain.org.brightify.hyperdrive.utils.WeakReference.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-utils-jvm Show documentation
Show all versions of kotlin-utils-jvm Show documentation
Module containing various utils used throughout Hyperdrive.
package org.brightify.hyperdrive.utils
import java.lang.ref.WeakReference
public actual typealias WeakReference = WeakReference
© 2015 - 2024 Weber Informatics LLC | Privacy Policy