WordPress-Android icon indicating copy to clipboard operation
WordPress-Android copied to clipboard

Compiler Warnings as Errors - Networking Module

Open ParaskP7 opened this issue 3 years ago • 3 comments

Parent #17173

This issue is about resolving/suppressing the compile warnings for the networking lib module.

Number of Warnings: N/A

  • [ ] Resolve/Suppress all warnings.
  • [ ] Enable all warnings as errors flag.

ParaskP7 avatar Sep 19 '22 15:09 ParaskP7

Fails
:no_entry_sign:

Please add a type label to this issue. e.g. '[Type] Enhancement'

Generated by :no_entry_sign: dangerJS

Fails
:no_entry_sign:

Please add a type label to this issue. e.g. '[Type] Enhancement'

Generated by :no_entry_sign: dangerJS

Fails
:no_entry_sign:

Please add a type label to this issue. e.g. '[Type] Enhancement'

Generated by :no_entry_sign: dangerJS

This networking module does not utilizes Kotlin, and as such, the Kotlin plugin related allWarningsAsErrors configuration, which is part of kotlinOptions via the KotlinCompile task, is not applicable to this module.

ParaskP7 avatar Sep 22 '22 14:09 ParaskP7