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
Config file found, parsing /Users/... using specified include globs
Running parser: ./gradlew -p . parseCodeConnect -PfilePath=tmp/figma-code-connect-parser-io.json.tmp -q
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':code-connect:parseCodeConnect'.
> Could not initialize class org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar
* 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.
> Get more help at https://help.gradle.org.
BUILD FAILED in 4s
Error returned from parser: Parser exited with code 1. Try re-running the command with --verbose for more information.
Workaround
Downgrade the Kotlin Gradle Plugin from 2.1.0 to 2.0.21
The text was updated successfully, but these errors were encountered:
Hey @corentin-stamper, thanks for the report! We can repro this on our end, as you said there's some incompatibility between Code Connect and Kotlin Gradle Plugin 2.1.0 - we haven't identified exactly what it is yet but still investigating.
Versions
Code Connect CLI version:
1.2.4
Code Connect lib:
1.1.3
Kotlin Gradle Plugin:
2.1.0
Issue
Workaround
Downgrade the Kotlin Gradle Plugin from
2.1.0
to2.0.21
The text was updated successfully, but these errors were encountered: