I use the envFile Support plugin when launching my Ktor app from IntelliJ (
https://plugins.jetbrains.com/plugin/9525--env-files-support)
However, when I updated to the latest Kotlin plugin today, it seemed that the envFile Support plugin stopped working and my app wouldn’t start as it wasn’t getting the environment variables fed to it.
I’ve re-installed the previous Kotlin plugin from September and envFile is working again.