I have upgraded from version 0.18.1 to 0.20.1 and now i have the "Unresolved reference: datetime" error.
In have also imported "org.jetbrains.exposed.sql.datetime".
Have you installed datetime related modules? https://github.com/JetBrains/Exposed/wiki/LibDocumentation#exposed-0181-and-higher
Yes, i installed exposed-jodatime module.
Dependencies caching issue then?
Edit:
Import should be:
import org.jetbrains.exposed.sql.jodatime.datetime
Thanks, definitely a cache issue. I invalidated the Intellij cache and it recommended the new import.
Most helpful comment
Have you installed datetime related modules? https://github.com/JetBrains/Exposed/wiki/LibDocumentation#exposed-0181-and-higher