Package 

Class NativeCompilerOptions

  • All Implemented Interfaces:
    org.jetbrains.kotlin.gradle.plugin.HasCompilerOptions

    
    public final class NativeCompilerOptions
     implements HasCompilerOptions<KotlinCommonCompilerOptions>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final KotlinCommonCompilerOptions options
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeCompilerOptions(Project project, LanguageSettings nativeLanguageSettings)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      KotlinCommonCompilerOptions getOptions()
      final Unit syncLanguageSettings()
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.HasCompilerOptions

        configure, configure
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeCompilerOptions

        NativeCompilerOptions(Project project, LanguageSettings nativeLanguageSettings)