Fabian de Almeida Ramos
03/31/2020, 7:57 AMDefault interface methods are only supported starting with Android N (--min-api 24)
Been looking around, and it seems I have to set the sourceCompatibility
and targetCompatability
in compileOptions
.. it’s just that I don’t know where to do that, as the android { … }
closure is not found. Using kotlin gradle btw.