after latest idea updates
Kotlin assertions are not working when I run test from IDE
I understand that somewhere under the hood -ea JVM option is not set
But where exactly?
I am using kotlin 1.2.51 and idea plugin is 1.2.51-release-IJ2018.2-1
Same assertions are failing correctly when i run test via gradle from command line.