CompilationMode.Full

class CompilationMode.Full : CompilationMode


Full ahead-of-time compilation.

Equates to cmd package compile -f -m speed <package> on API 24+.

On Android M (API 23), this is the only supported compilation mode, as all apps are fully compiled ahead-of-time.

Summary

Public constructors

Public functions

open String

Public constructors

Full

Added in 1.1.0
Full()

Public functions

toString

open fun toString(): String