vlsi commented on a change in pull request #2531:
URL: https://github.com/apache/calcite/pull/2531#discussion_r719666692
##########
File path: core/build.gradle.kts
##########
@@ -16,6 +16,9 @@
*/
import com.github.vlsi.gradle.crlf.CrLfSpec
import com.github.vlsi.gradle.crlf.LineEndings
+import com.github.vlsi.gradle.ide.dsl.settings
+import com.github.vlsi.gradle.ide.dsl.taskTriggers
+import org.jetbrains.kotlin.backend.common.onlyIf
Review comment:
Please drop `onlyIf` import. The package name
`org.jetbrains.kotlin.backend.common` looks as if it has something to do with
`kotlin backend` which is not something you want to use here. I belive the
import has been added by mistake. You should call `Task#onlyIf` method which
should not require an import.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]