Linus
01/18/2024, 2:15 PMgenerateExposedCode
on the freshly migrated db. I have the problem that the generated code contains the following import statement:
import org.jetbrains.exposed.sql.java-time.datetime
which isn't quite right. I have to manually format it to ``import org.jetbrains.exposed.sql.javatime.datetime` which makes it work.
How can I make Exposed generate datetime imports correctly?Linus
01/18/2024, 2:15 PMjava-time
)Linus
01/18/2024, 2:16 PM