Edoardo Luppi
06/13/2024, 11:08 AMjvm()
, how do I make sure it also supports Android?MR3Y
06/13/2024, 11:50 AMjvm
should be enough as java libraries are available to android without any extra effort.Edoardo Luppi
06/13/2024, 11:53 AMMR3Y
06/13/2024, 12:03 PMephemient
06/13/2024, 4:09 PMgildor
06/14/2024, 1:32 AMBytecode level should be 52 (1.8) right?No, Android desugarging supports up to 21 (22 not sure, never checked) But to check if specific API is supported by desugaring, check this doc: https://developer.android.com/studio/write/java8-support-table