i figured out that this is due to multiplatform pr...
# ktor
d
i figured out that this is due to multiplatform project. when i remove
apply plugin: 'kotlin-platform-jvm'
and replace it with
apply plugin: 'kotlin'
(also remove
expectedBy...
statement) the Idea starts project ok. weird