Thomas Kelly
Results
2
comments of
Thomas Kelly
I've worked around this in PostgreSQL by modifying the schema slightly, by adding an index. This relies on the fact that you can create indexes on expressions in Postgres. So,...
> Has anyone figured out to make this work without infuriating IntelliJ? I know it's pretty late, but I found that you could use `$(echo ~)`, like so: ```kotlin @file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0",...