When I get error messages during build from gradle...
# intellij
b
When I get error messages during build from gradle, I can jump to the file by clicking on the file name. But for some reason IDEA does not recognize the line number:
/Users/burkhard/Projects/Kotlin/kotlin-graphics/glm/glm/src/main/kotlin/glm_/vec2/Vec2.kt: (128, 9): ‘to’ hides member of supertype ‘Vec2t’ and needs ‘override’ modifier
Is there any way to configure gradle or intellij so that it jumps to the right line as well?
m
You can also use the Problems tab as it shows errors. Just note that there can be a delay after changes before it updates.
This is one area that Eclipse is still superior (at least it was for Java) as it would update almost instantly
b
Yeah, I know about the problems tab, but I don’t really like it