Android error while build with plugin installed: Could not find method compile() for arguments [com.github.hotchemi:android-rate:1.0.1] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
iOS error while plugin use: ERROR in ./node_modules/nativescript-rater/rater.ios.js 4:14-50
Module not found: Error: Can't resolve 'tns-core-modules/ui/frame' in './node_modules/nativescript-rater'
resolve 'tns-core-modules/ui/frame' in './node_modules/nativescript-rater'
Android error while build with plugin installed: Could not find method compile() for arguments [com.github.hotchemi:android-rate:1.0.1] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
iOS error while plugin use: ERROR in ./node_modules/nativescript-rater/rater.ios.js 4:14-50 Module not found: Error: Can't resolve 'tns-core-modules/ui/frame' in './node_modules/nativescript-rater' resolve 'tns-core-modules/ui/frame' in './node_modules/nativescript-rater'
NativeScript 8.2.3 @nativescript/android 8.2.2 @nativescript/ios 8.2.2 node v17.6.0 npm 8.1.4
adding plugin to android platform make it impossible to run or build. To reproduce in android just call
and appRater.init({ showNeverButton:false, debugMode: false, significantUsesUntilPrompt: 0, daysBeforeReminding: 0, daysUntilPrompt: 14, // showLaterButton: true // debugMode: !TARGET_ENVIRONMENT_CONFIG.production });