FixedResultType

annotation class FixedResultType(val type: String)

Indicates that this DSL has a fixed result type, instead of being polymorphic on the result type.

The type must be a fully-qualified name. Unfortunately we cannot use a Class here because of limitations of KSP + Kotlin Multiplatform.

Properties

Link copied to clipboard