commonMain.me.saket.telephoto.zoomable.internal.platform.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zoomable-desktop Show documentation
Show all versions of zoomable-desktop Show documentation
A Modifier for making anything zoomable.
The newest version!
package me.saket.telephoto.zoomable.internal
internal enum class HostPlatform {
Android,
Desktop,
;
companion object;
}
internal expect val HostPlatform.Companion.current: HostPlatform
© 2015 - 2024 Weber Informatics LLC | Privacy Policy