Ritu Malik

Results 11 comments of Ritu Malik

@rgullyfigma Hi, as per your suggestion, I've tried to updating to the latest Code Connect CLI version 1.3.1, but it seems like only v1.1.3 is available on mavenCentral(): https://mvnrepository.com/artifact/com.figma.code.connect/code-connect-lib I'm...

Okay, I'm using the com.figma.code.connect") version "1.2.1" and code-connect-lib version 1.1.3. After doing `npm install --global @figma/[email protected]` when I try the `npx figma connect publish --token= --verbose` I specify the...

@rgullyfigma I have tried your above snippet, there's no build or import errors. I'm still getting `* What went wrong: Execution failed for task ':code-connect:createCodeConnect'. > 'void kotlinx.serialization.json.JsonBuilder.setAllowTrailingComma(boolean)'` To eliminate...

@akbarbmirza when I run `figma connect publish --token= --verbose`, I simply get `Config file found, parsing using specified include globs Error returned from parser: Parser exited with code 1. Try...

@rgullyfigma No, just this one.

Your project is currently using `kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3" } ` Our is matching the version and also using ` implementation("org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.6.3") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")` I've tried removing...

Hey @rgullyfigma , I've run into our issue with the latest code connect v 1.3.3 and now the detailed --verbose command gives me this error: `Trace: Error: Parser exited with...

And I also tried the "connect create" directly, which gives me the detailed error: `* What went wrong: Execution failed for task ':code-connect:createCodeConnect'. > 'void kotlinx.serialization.json.JsonBuilder.setAllowTrailingComma(boolean)' * Try: > Run...

Gradle wrapper v is 8.7. The sample project, when run on my work computer is showing the same error since it has to do the same setup and configuration to...

As per your recommendation in the shared link, I've changed the `alias(libs.plugins.jetbrainsKotlinAndroid)` to `id("org.jetbrains.kotlin.android")` but get the same error.