-
Bug
-
Resolution: Cannot Reproduce
-
Minor
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
[JENKINS-65969] kotlin parser doesn't extract warnings
Description |
Original:
The built-in Kotlin parser doesn't seem to work. Here's a log example with Kotlin 1.4
{noformat} > 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 {noformat} I don't know if anything can be reliably done with the multiline warning, but it should at least pick up the {{w:}} prefix |
New:
The built-in Kotlin parser doesn't seem to work. Here's a log example with Kotlin 1.4
{noformat} > 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 {noformat} I don't know if anything can be reliably done with the multiline warning, but it should at least pick up the {{w:}} prefix |
Component/s | New: analysis-model [ 23523 ] | |
Component/s | Original: warnings-ng-plugin [ 24526 ] | |
Assignee | Original: Ulli Hafner [ drulli ] | |
Labels | New: help-wanted newbie-friendly |
Labels | Original: help-wanted newbie-friendly | New: hacktoberfest help-wanted newbie-friendly |
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Here are some working examples: