<@U0BAVDU10>: Yes, `javaCompiler { args(“-source”,...
# kobalt
c
@fboldog: Yes,
javaCompiler { args(“-source”, “1.6”, “-target”, “1.6” }
(the Android plug-in will do this for you if you don’t)
❤️ 1