https://kotlinlang.org logo
Title
h

Hawk

04/17/2019, 9:58 PM
Hey, I have a weird one. I have a project that is currently building fine on a colleagues windows pc, it also builds fine on our TeamCity agent. However, on my pc Windows 1809, I get the following exception (will post below). I've tried
mvn package
on wsl (ubuntu 1804) using the default jdk (10) as well as openjdk11 both give the same error. Same error when I try and run from intellij (right click green arrow -> run ). Any ideas 😕
a

Alexey Belkov [JB]

04/18/2019, 8:03 AM
If you have code like https://youtrack.jetbrains.com/issue/KT-17301 the best workaround is to just rewrite it to use less subexpressions.