Reports Android projects identifiers that are not accepted by the Android runtime. For example, method names with whitespaces.

Example:


  class Test {
      var `a b c` = 3
  }

To fix the problem change the identifier's name to match the Android runtime requirements.