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

commonMain.fr.acinq.lightning.utils.breakpointWorkaround.kt Maven / Gradle / Ivy

There is a newer version: 1.8.4
Show newest version
package fr.acinq.lightning.utils

import kotlin.reflect.KProperty

/*
    Workaround for "MPP: Can't stop on breakpoint anywhere in file if it contains lazy"
    https://youtrack.jetbrains.com/issue/KT-41471
    To be removed when fixed...
 */
operator fun  Lazy.getValue(thisRef: Any?, property: KProperty<*>) = value




© 2015 - 2024 Weber Informatics LLC | Privacy Policy