Interface CompilerArgsConfig

All Known Implementing Classes:
DefaultCompilerArgsConfig

public interface CompilerArgsConfig
  • Method Details

    • getArgs

      List<String> getArgs()
    • getDebugArgs

      List<String> getDebugArgs()
    • getReleaseArgs

      List<String> getReleaseArgs()
    • apply

      default void apply(org.gradle.nativeplatform.Tool tool, boolean isDebug)