addArgs

fun addArgs(vararg args: String): KCEFBuilder(source)

Add one or multiple arguments to pass to the JCef library. Arguments may contain spaces.

Due to installation using gradle some arguments may be overwritten again depending on your platform.

Make sure to not specify arguments that break the installation process (e.g. subprocess path, resources path...)!

Parameters

args

the arguments to add