i use command "d8 class.jar" to make dex file and cause Exception: Cannot fit requested classes in a single dex file (# methods: 96852 > 65536)
i do not find d8 command options like "multiDexEnabled=true" to make more dex files at one time
how to create multil dex files from jar with d8.bat