dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

Bug using @file:ImportDataSchema

Open Jolanrensen opened this issue 2 years ago • 1 comments

If I generate a DataSchema using @file:ImportDataSchema() and then create a new manual @DataSchema interface which references any generated code, it doesn't generate. It works well using the gradle dataframes {} notation.

Jolanrensen avatar Aug 05 '22 14:08 Jolanrensen

Hm, i've got an idea. Probably a generator just ignores manual data schema because it has invalid reference (reference to a class that doesn't yet exist. I think there is a mechanism to defer symbol to the next round of the code generation, so we just need to use it

koperagen avatar Aug 28 '22 23:08 koperagen