does anyone know what a `LightClass` is? after con...
# intellij
d
does anyone know what a
LightClass
is? after converting one file to kotlin via the auto-convert (and then editing it manually), I couldn't compile it and just got a light class exception . Unfortunately I don't have this exception anymore to paste but does anyone know what this is? Also there was a recursive exception sometimes too... The code was very long so I gave up, but I will try again sometime in the future to convert it from java and it would help to know what to look for next time to isolate the problem. my code had some jdbc access in it, don't know if that was related to the problem