upgrade-support icon indicating copy to clipboard operation
upgrade-support copied to clipboard

Could not create task ':react-native-gesture-handler:compileDebugKotlin'

Open redundancer opened this issue 1 year ago • 0 comments

Environment

System:
  OS: Linux 6.2 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish)
  CPU: (12) x64 AMD Ryzen 5 1600 Six-Core Processor
  Memory: 20.61 GB / 31.29 GB
  Shell:
    version: 5.1.16
    path: /bin/bash
Binaries:
  Node: Not Found
  Yarn: Not Found
  npm: Not Found
  Watchman: Not Found
SDKs:
  Android SDK: Not Found
IDEs:
  Android Studio: Not Found
Languages:
  Java:
    version: 11.0.20.1
    path: /usr/bin/javac
  Ruby: Not Found
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.72.7
    wanted: ^0.72.0
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: Not found
  newArchEnabled: Not found

Things I’ve done to figure out my issue

Upgrading version

0.72.7

Description

* What went wrong:
Could not determine the dependencies of task ':react-native-gesture-handler:bundleLibCompileToJarDebug'.
> Could not determine the dependencies of null.
   > Could not create task ':react-native-gesture-handler:compileDebugKotlin'.
      > 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.

Reproducible demo

Sorry I don't know how to reproduce this. Probably I missed something during the upgrade or so...

redundancer avatar Nov 23 '23 17:11 redundancer