Cordova Slack Digest

Thu, 06 Jan 2022 08:21:35 GMT

User count: 4682

Join the conversation at slack.cordova.io

Channel #cordova-android (2 messages)


Wed, 05 Jan 2022 19:36:22 GMT

@jacobsgur says

Why I am getting the following error when adding a plugin that contains the following preference in its plugin.xml <preference name="GradlePluginKotlinEnabled" value="true" /> ?

    at Object.mergeVariables (/Users/j/workspace/cordova-plugin-test-projects/cordova-plugin-f-tests/node_modules/cordova-lib/src/plugman/variable-merge.js:58:15)
    at /Users/j/workspace/cordova-plugin-test-projects/cordova-plugin-f-tests/node_modules/cordova-lib/src/plugman/install.js:302:44```

Wed, 05 Jan 2022 19:39:08 GMT

@jacobsgur says

Oh it seems it must go in config.xml of the application, not in plugin.xml.