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.
- If this is null (unset) PACKAGE_SUFFIX_DEFAULT will be used.
- If this is empty the suffix will be omitted.
Final output package will be: packageRoot.<variant?>.packageSuffix
<variant?> will be omitted if both packageRoot and packageSuffix are provided.