CustomRuntimeLibrariesConfig

data class CustomRuntimeLibrariesConfig(val runtimeLibraries: List<RuntimeLibrary> = emptyList(), val processConfig: RuntimeLibrariesConfig? = RuntimeLibrariesConfig(configurations = listOf("compileOnly", "testImplementation")), val generateRuntimeLibraryEnumConfig: GenerateRuntimeLibraryEnumConfig? = GenerateRuntimeLibraryEnumConfig())

Constructors

Link copied to clipboard
constructor(runtimeLibraries: List<RuntimeLibrary> = emptyList(), processConfig: RuntimeLibrariesConfig? = RuntimeLibrariesConfig(configurations = listOf("compileOnly", "testImplementation")), generateRuntimeLibraryEnumConfig: GenerateRuntimeLibraryEnumConfig? = GenerateRuntimeLibraryEnumConfig())

Properties

Link copied to clipboard

Null to disable runtime library enum generation

Link copied to clipboard

Null to disable processing

Link copied to clipboard