divyanshunegi
06/09/2021, 7:56 AMgildor
06/09/2021, 7:58 AMdivyanshunegi
06/09/2021, 11:31 AMCannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target' option
I got thiscompileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
in Android blockkevindmoore
06/09/2021, 3:23 PMgildor
06/09/2021, 3:31 PMdivyanshunegi
06/11/2021, 11:39 AMgildor
06/12/2021, 1:52 AM