{
	"$schema": "https://nitro.margelo.com/nitro.schema.json",
	"cxxNamespace": ["omni"],
	"ios": {
		"iosModuleName": "Omni"
	},
	"android": {
		"androidNamespace": ["omni"],
		"androidCxxLibName": "Omni"
	},
	"autolinking": {
		"OmniView": {
			"android": {
				"language": "kotlin",
				"implementationClassName": "OmniView"
			}
		},
		"OmniPlayerFactory": {
			"android": {
				"language": "kotlin",
				"implementationClassName": "OmniPlayerFactory"
			}
		}
	},
	"ignorePaths": ["**/node_modules"]
}
