You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use gradle-retrolambda plugin in Android Studio
gradle.build
retrolambda {
javaVersion JavaVersion.VERSION_1_6
jvmArgs '-arg1', '-arg2'
defaultMethods false
incremental true
}
,i see the compile class file and find the class file code bytecode=52,
how to set bytecode=50?
The text was updated successfully, but these errors were encountered:
i use gradle-retrolambda plugin in Android Studio
gradle.build
retrolambda {
javaVersion JavaVersion.VERSION_1_6
jvmArgs '-arg1', '-arg2'
defaultMethods false
incremental true
}
,i see the compile class file and find the class file code bytecode=52,
how to set bytecode=50?
The text was updated successfully, but these errors were encountered: