commonMain.co.touchlab.compose.swift.bridge.GeneratedExpectSwiftView.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-swift-bridge-jvm Show documentation
Show all versions of compose-swift-bridge-jvm Show documentation
Swift code generator for glowing SwiftUI and Compose
The newest version!
package co.touchlab.compose.swift.bridge
/**
* Annotation used internally for the SKIE SubPlugin.
* It should only be used by the code generator.
*/
@Target(AnnotationTarget.CLASS)
annotation class GeneratedExpectSwiftView(
val factoryName: String,
val type: String,
val viewName: String,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy