-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.dsl.KotlinCommonToolOptions
public final class KotlinNativeLink.NativeLinkOptions implements KotlinCommonToolOptions
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanallWarningsAsErrorsprivate BooleansuppressWarningsprivate Booleanverboseprivate List<String>freeCompilerArgs
-
Constructor Summary
Constructors Constructor Description KotlinNativeLink.NativeLinkOptions()
-
Method Summary
Modifier and Type Method Description BooleangetAllWarningsAsErrors()UnitsetAllWarningsAsErrors(Boolean allWarningsAsErrors)BooleangetSuppressWarnings()UnitsetSuppressWarnings(Boolean suppressWarnings)BooleangetVerbose()UnitsetVerbose(Boolean verbose)List<String>getFreeCompilerArgs()UnitsetFreeCompilerArgs(List<String> freeCompilerArgs)-
-
Method Detail
-
getAllWarningsAsErrors
Boolean getAllWarningsAsErrors()
-
setAllWarningsAsErrors
Unit setAllWarningsAsErrors(Boolean allWarningsAsErrors)
-
getSuppressWarnings
Boolean getSuppressWarnings()
-
setSuppressWarnings
Unit setSuppressWarnings(Boolean suppressWarnings)
-
getVerbose
Boolean getVerbose()
-
setVerbose
Unit setVerbose(Boolean verbose)
-
getFreeCompilerArgs
List<String> getFreeCompilerArgs()
-
setFreeCompilerArgs
Unit setFreeCompilerArgs(List<String> freeCompilerArgs)
-
-
-
-