Replies: 4 comments 3 replies
-
Attaching a sample image to explain further. I executed the project using ![]() |
Beta Was this translation helpful? Give feedback.
-
Hi :) just to verify, could you try the same with the just-released version 0.14.0 of DataFrame? It supports kotlin 2.0.20 and KSP, which is used in the generation and is kotlin-version dependent. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Many thanks for the prompt responses team. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In order to generate auto-generated extension properties, as mentioned in https://kotlin.github.io/dataframe/schemasgradle.html#annotation-processing, I updated my
brazle.gradle.kts
file to look like this:As mentioned in the example, I created a sample interface and annotated it with
@DataSchema
. However, I'm not able to access the columns via type-safe accessors. Type-safe accessors are created while working with Kotlin notebooks though, however not in Gradle project. Can someone help me?Beta Was this translation helpful? Give feedback.
All reactions