react-native-receive-sharing-intent icon indicating copy to clipboard operation
react-native-receive-sharing-intent copied to clipboard

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.

Open ranjitAcelucid opened this issue 2 years ago • 1 comments

Hii @ajith-ab and @all

Could not create task ':react-native-receive-sharing-intent: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.

Please help me, how to solve this issue?

Thanks

ranjitAcelucid avatar Sep 07 '23 07:09 ranjitAcelucid

buildscript { ext { buildToolsVersion = "33.0.0" minSdkVersion = 21 compileSdkVersion = 33 targetSdkVersion = 33 kotlinVersion ='1.6.10' } try to add the kotlinVersion

HosamCS avatar Oct 22 '23 13:10 HosamCS