domain.TargetPlatform.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kmmbridge Show documentation
Show all versions of kmmbridge Show documentation
KMP Xcode XCFramework Packaging and tooling
package co.touchlab.faktory.domain
internal data class TargetPlatform(
val version: PlatformVersion,
val targets: List
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy