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"
Please sign in to leave a comment.
Does it help to do a full project rebuild? Do you have an active internet connection during the build?
Thank you so much. I did a rebuild and the code compiled successfully.