Ever since my upgrade to 2022.1 (Ultimate Edition) I am seeing “Invalid value: -1” errors whenever I try to run a gradle task from IntelliJ. For example, let’s say I try to run the
assemble
task, it appears that the code compiles successfully, but then as a very last step IntelliJ fails with “Invalid value: -1".
Kotlin version: 1.6.20
Gradle version: 7.4.2
I don’t have any issues running the
assemble
task from the command line, so I know it is something to do with IntelliJ.
Anyone else seeing this?
** Not a contribution