Interface DexOptions

All Known Implementing Classes:
DefaultDexOptions

public interface DexOptions
  • Method Details

    • getPreDexLibraries

      boolean getPreDexLibraries()
    • getJumboMode

      boolean getJumboMode()
    • getDexInProcess

      boolean getDexInProcess()
    • getKeepRuntimeAnnotatedClasses

      boolean getKeepRuntimeAnnotatedClasses()
    • getJavaMaxHeapSize

      @Nullable String getJavaMaxHeapSize()
    • getThreadCount

      @Nullable Integer getThreadCount()
    • getMaxProcessCount

      @Nullable Integer getMaxProcessCount()
    • getAdditionalParameters

      @NonNull List<String> getAdditionalParameters()