// defines whether the script registration files should be generated hierarchically according to the classes package path or flattened into `registrationFileBaseDir`
//isRegistrationFileHierarchyEnabled.set(true)
// defines whether your scripts should be registered with their fqName or their simple name (can help with resolving script name conflicts)
//isFqNameRegistrationEnabled.set(false)
// ---------Android----------------
// NOTE: Make sure you read: https://godot-kotl.in/en/stable/user-guide/exporting/#android as not all jvm libraries are compatible with android!
// IMPORTANT: Android export should to be considered from the start of development!