Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-65969

kotlin parser doesn't extract warnings

XMLWordPrintable

      The built-in Kotlin parser doesn't seem to work. Here's a log example with Kotlin 1.4

      > Task :app:compileDebugKotlin
      w: ATTENTION!
      This build uses unsafe internal compiler arguments:
      
      -XXLanguage:+NonParenthesizedAnnotationsOnFunctionalTypes
      
      This mode is not recommended for production use,
      as no stability/compatibility guarantees are given on
      compiler or generated code. Use it at your own risk!
      
      w: Opt-in requirement marker androix.compose.animation.ExperimentalAnimationApi is unresolved. Please make sure it's present in the module dependencies
      
      > Task :app:compileDebugJavaWithJavac
      

      I don't know if anything can be reliably done with the multiline warning, but it should at least pick up the w: prefix

            Unassigned Unassigned
            jameshowe James Howe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: