asArguments

open override fun asArguments(): List<String>

Returns the JVM arguments required for Compose hot reload:

  • -XX:+AllowEnhancedClassRedefinition: Enables enhanced class redefinition capability

  • -javaagent:<path>: Attaches the Compose hot reload agent