Quite often when I have a continuous gradle build ...
# javascript
s
Quite often when I have a continuous gradle build running in a terminal, then build in IDEA starts to fail with this exception. Only a full IDEA "Rebuild project" will fix the problem. Am I the only one with this problem ?
Copy code
Error:Kotlin: [Internal Error] kotlin.KotlinNullPointerException
	at org.jetbrains.kotlin.incremental.TranslationResultMap.remove(IncrementalJsCache.kt:166)
	at org.jetbrains.kotlin.incremental.IncrementalJsCache.clearCacheForRemovedClasses(IncrementalJsCache.kt:107)
	at org.jetbrains.kotlin.jps.targets.KotlinJsModuleBuildTarget.updateCaches(KotlinJsModuleBuildTarget.kt:228)
	at org.jetbrains.kotlin.jps.build.KotlinBuilder.doBuild(KotlinBuilder.kt:464)
	at org.jetbrains.kotlin.jps.build.KotlinBuilder.build(KotlinBuilder.kt:295)
... more
r
s
Seems so then 🙂 Thanks. I hope it gets some attention
r
Vote for issue please. I will push relevant people
s
Already done
👍 1