gh-pages / com.nextfaze.devfun.gradle.plugin / DevFunExtension / packageSuffix

packageSuffix

var packageSuffix: String?

Sets the package suffix for the generated code. (default: devfun_generated)

This is primarily for testing purposes to allow multiple generations in the same classpath.

Final output package will be: packageRoot.<variant?>.packageSuffix

<variant?> will be omitted if both packageRoot and packageSuffix are provided.