You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
A problem occurred configuring project ':rn-smile-id'.
Failed to notify project evaluation listener.
Could not create task ':rn-smile-id:compileDebugAndroidTestKotlin'.
> Cannot use @TaskAction annotation on method AbstractKotlinCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.
KotlinJvmAndroidCompilation with name 'debugAndroidTest' not found.
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
rn-smile-id: v0.0.46
react native: v0.72.6
The text was updated successfully, but these errors were encountered:
@lc3t35, I managed to resolve this error by specifying the kotlin version in the project level build.gradle file.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
...
kotlinVersion = '1.6.0'
...
}
}
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
A problem occurred configuring project ':rn-smile-id'.
rn-smile-id: v0.0.46
react native: v0.72.6
The text was updated successfully, but these errors were encountered: