gh-pages / com.nextfaze.devfun.gradle.plugin / DevFunExtension / packageRoot
packageRoot
var packageRoot: String?
Sets the package root for the generated code. (default: <application package>)
Attempts will be made to auto-detect the project package by using the class output directory and known/standard relative paths to various build files, but if necessary this option can be set instead.
Final output package will be: packageRoot.<variant?>.packageSuffix
<variant?> will be omitted if both packageRoot and packageSuffix are provided.