Replies: 4 comments 3 replies
|
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. |
2 replies
1 reply
|
Many thanks for the prompt responses team. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



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.ktsfile 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?All reactions