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

Compiler Warnings as Errors - Mocks Module

Open ParaskP7 opened this issue 3 years ago • 1 comments

Parent #17173

This issue is about resolving/suppressing the compile warnings for the mocks 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

This mocks 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