{
  "$schema": "https://nitro.margelo.com/nitro.schema.json",
  "cxxNamespace": [
    "mmkv"
  ],
  "ios": {
    "iosModuleName": "NitroMmkv"
  },
  "android": {
    "androidNamespace": [
      "mmkv"
    ],
    "androidCxxLibName": "NitroMmkv"
  },
  "autolinking": {
    "MMKVFactory": {
      "all": {
        "language": "c++",
        "implementationClassName": "HybridMMKVFactory"
      }
    },
    "MMKVPlatformContext": {
      "ios": {
        "language": "swift",
        "implementationClassName": "HybridMMKVPlatformContext"
      },
      "android": {
        "language": "kotlin",
        "implementationClassName": "HybridMMKVPlatformContext"
      }
    }
  },
  "ignorePaths": [
    "**/node_modules"
  ],
  "gitAttributesGeneratedFlag": false
}
