1

We're integrating the Hotfix Robust lib to my app. While running the app we're getting below error. We have set the compileOptions to Java8 version and also tried by adding Javaassist version 3.27.0-GA but no luck.

Execution failed for task ':compex_task_runner:transformClassesWithRobustForProdRelease'

[ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > java.io.IOException: invalid constant type: 19 at 5
Chetan Joshi
  • 5,582
  • 4
  • 30
  • 43
Mr. N.V.Rao
  • 1,082
  • 13
  • 27
  • 1
    Similar to [the constant type 18](https://stackoverflow.com/a/30320312/2711488), except that 19 stands for “Module”, which indicates that you are trying to process code compiled for Java 9 or newer. – Holger Sep 11 '20 at 07:02

0 Answers0