r8JvmArgs

val r8JvmArgs: ListProperty<String>

Optional custom jvm arguments to pass into the R8 TraceReferences execution. Useful if you want to enable debugging in R8.

Example: listOf("-Xdebug", "-Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=y")