KotlinPlatformType

From https://github.com/JetBrains/kotlin/blob/61d5b9a9a065e599fc07c1444483df6e39e51d5d/libraries/tools/kotlin-gradle-plugin-api/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/KotlinPlatformType.kt

Entries

Link copied to clipboard

Indicates a compilation result that is shared across different platforms.

Link copied to clipboard

Represents a compilation output compiled for the JVM Kotlin platform.

Link copied to clipboard

Represents a compilation output compiled for the JS Kotlin platform.

Link copied to clipboard

Represents a compilation output compiled for the Android Kotlin platform.

Link copied to clipboard

Represents a compilation output compiled for the Native Kotlin platform.

Link copied to clipboard

Represents a compilation output compiled for the Wasm Kotlin platform.

Types

Link copied to clipboard
object Companion

Provides additional static properties and constants for the KotlinPlatformType.

Link copied to clipboard
class CompatibilityRule : AttributeCompatibilityRule<KotlinPlatformType>

Provides a default AttributeCompatibilityRule for this attribute.

Link copied to clipboard
class DisambiguationRule : AttributeDisambiguationRule<KotlinPlatformType>

Provides a default AttributeCompatibilityRule for this attribute.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.