commonMain.dev.datlag.kast.Device.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kast-jvm Show documentation
Show all versions of kast-jvm Show documentation
Kotlin multiplatform casting library.
The newest version!
package dev.datlag.kast
expect class Device {
val name: String
val type: DeviceType
val connectionState: ConnectionState
val isSelected: Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy