MagnusMG

Results 6 issues of MagnusMG

The documentation of the ANTLR plugin (https://docs.gradle.org/current/userguide/antlr_plugin.html) is incomplete. When I tried to find a way of specifying where the generated java files would end up, all I could find...

a:bug
to-triage

Starting with the example `badass-jlink-example-kotlin-javafx` i tried to upgrade kotlin from the 1.4.0 used in the example to the latest version, 1.7.10. It worked fine up to 1.6.21, but broke...

Extension Name: vscode-gradle Extension Version: 3.12.3 OS Version: macos 12.5.1 VSCode version: 1.70.2 When I add the plugin org.jetbrains.dokka, the gradle extension is not able to identify tasks properly. See...

bug

I'm struggling to understand how I'm supposed to get access to my local libraries in kscript. I have simple file : #! /usr/bin/env kscript import se.explodera.util.sql.OracleDBFileLoader println("Hello.") where the imported...

I have a Gradle project written in Kotlin (mostly), and fwcd reports error `unresolved reference` on everything from the standard library (see the screendump below). When building the project in...

bug

I have a problem with the VSCode editor underlining all names from external dependencies in red, and not being able to give me any suggestions. My guess is that it...

bug