Regan Gully

Results 13 comments of Regan Gully

Hey @sausti! Yes, I think we should do this. I'll bring this to the team, and will aim to add this to the next Code Connect release.

Hi @ViktoriiaYarska, sorry for the delayed response. I haven't been able to reproduce this issue on my end so far. This is what my setup looks like: _ButtonDoc.kt_ ``` @FigmaConnect(url="https://www.figma.com/design/.../...?node-id=0-5&t=...")...

Hi @ritum-kr, there are a few different dependencies when using Code Connect for Compose: 1. The `npm` Code Connect CLI package (typically installed as a global package `npm install --global...

Hey @ritum-kr, that error message makes it seem like there may be a syntax error somewhere causing the parser to fail. Do any of your `@FigmaConnect` implementations have any errors...

@ritum-kr Have you got any other @FigmaConnect files within your project?

Hi @ritum-kr did you have any luck solving your publish problems? `com.figma.code.connect.models.FigmaString` is defined [here](https://github.com/figma/code-connect/blob/main/compose/plugin/src/main/kotlin/com/figma/code/connect/models/PropertyMapping.kt) and depends on `kotlinx.serialization.Serializable`. Might be worth checking if there's some serialization dependency in your...

Hey @ritum-kr, sorry you're still having issues. I haven't been able to replicate your issue on my end. I have created a [working sample project](https://github.com/rgullyfigma/code-connect-compose-sample) which can hopefully help you...

Thanks for the output. I see someone reported a similar issue on the [Jetbrains support forum](https://youtrack.jetbrains.com/articles/SUPPORT-A-1211/Failed-to-run-unit-test-in-Android-Studio-with-IJPL-Gradle-Plugin-getService...-must-not-be-null#cause). May be worth looking at to see if there's something similar in your project...

@ritum-kr do you have `id("com.figma.code.connect") version "1.2.1"` defined in multiple `build.gradle.kts` files? I have noticed while trying to reproduce that I get `kotlinx.serialization` errors when I have Code Connect in...

@ViktoriiaYarska that is great news! 🎉