2

After Jack compiler was deprecated and D8 was introduced where the java -> .class files part was separated again (unlike jack where it happened in a single step), is the Oracle Java SE javac compiler being used for compilation again?

vepzfe
  • 4,217
  • 5
  • 26
  • 46

1 Answers1

-1

ART(android runtime) is used now replacing delvik

https://en.wikipedia.org/wiki/Android_Runtime

Sam A
  • 59
  • 1
  • 2
  • 8