GradleKotlinConverter
GradleKotlinConverter copied to clipboard
couldn't convert dependencies with line comments
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.5.2" // blah
}
was translated so that the ")" was after the comment and not after the version.
How important is this? I fixed. But there might be additional problems. Other places might interference with comments... For example, when ' is replaced with ", it also replaces inside comments. And comments elsewhere might still interfere with other methods.