Compilation gets stuck with performing incremental analysis

I am running Intellij Idea commuinty latest version for windows 10 64bit.

Here's the code:

fun main(){

GlobalScope.launch{ delay(100)}

}

And compilation is stuck with "kotlin performing incremental analysis"

0
2 comments

Does it help to do a full project rebuild? Do you have an active internet connection during the build?

0

Thank you so much. I did a rebuild and the code compiled successfully. 

0

Please sign in to leave a comment.