-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.dsl.KotlinCommonOptions,org.jetbrains.kotlin.gradle.dsl.KotlinCommonToolOptions
@Deprecated(message = "Use CompilerMultiplatformCommonOptions instead", level = DeprecationLevel.WARNING) public interface KotlinMultiplatformCommonOptions implements KotlinCommonOptions
-
-
Method Summary
Modifier and Type Method Description abstract CompilerMultiplatformCommonOptionsgetOptions()-
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinCommonOptions
getApiVersion, getLanguageVersion, getUseK2, setApiVersion, setLanguageVersion, setUseK2 -
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinCommonToolOptions
getAllWarningsAsErrors, getFreeCompilerArgs, getSuppressWarnings, getVerbose, setAllWarningsAsErrors, setFreeCompilerArgs, setSuppressWarnings, setVerbose -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOptions
abstract CompilerMultiplatformCommonOptions getOptions()
-
-
-
-