Platform (jvm, jdk8, js, android): android
Currently we don't have a proof that the class files are actually compatible with d8.
It would be nice if we could compile the resulting class files of a build of an -android module with the d8 dexer.
TODO:
checkDexer (based on JavaExec) for all android projects => do that in the build.gradle in the root -> use configure(getAndroidProjects()){...}. The task shall convert all class files to dex-files using the d8 dexercheck depends on the new task and make sure it is run after compileKotlin (use dependsOn)Some additional hints (the rest needs to be researched):
I'll work on this
@segunfamisa do you need help? un-assining you so that someone else can take over
I'll try taking this