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

commonMain.com.bselzer.ktx.compose.ui.layout.merge.IntMerger.kt Maven / Gradle / Ivy

There is a newer version: 6.5.0
Show newest version
package com.bselzer.ktx.compose.ui.layout.merge

import androidx.compose.runtime.Stable

class IntMerger : ComponentMerger {
    override val default: Int = Default

    companion object {
        @Stable
        const val Default = Int.MIN_VALUE + 1
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy