Slightly annoyed that the errors and warnings kotl...
# intellij
t
Slightly annoyed that the errors and warnings kotlinc spits out cannot be copy/pasted to be opened in intellij Now:
Copy code
/oss/gradle-release/src/main/groovy/net/researchgate/release/ReleasePlugin.kt: (19, 1): you did something wrong
What it could be:
Copy code
/oss/gradle-release/src/main/groovy/net/researchgate/release/ReleasePlugin.kt:19:1 : you did something wrong
👍 3
m
Is there a ticket for the Kotlin compiler? I’d vote for that one for sure.
a