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

commonMain.me.saket.telephoto.zoomable.internal.platform.kt Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show 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