报告 Android 运行时不接受的 Android 项目标识符。 例如,带有空格的方法名称。

示例:


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

要修正此问题,请更改标识符的名称以匹配 Android 运行时要求。