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

domain.TargetPlatform.kt Maven / Gradle / Ivy

There is a newer version: 1.1.0-a3
Show newest version
package co.touchlab.faktory.domain

internal data class TargetPlatform(
    val version: PlatformVersion,
    val targets: List
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy