How do you folks use .env files while developing kotlin in IntelliJ? So far I used the EnvFile plugin, but (at least for me) it stopped working with 2025.2 (in "run using gradle" setting), and since there's no active development for that plugin I doubt it will anytime soon work again.
The official help for IntelliJ
says it should be possible to attach file in a run configuration, but apparently it does not work for "Kotlin" configurations, only for "Application".
So I'm looking for the best practices here 🙂