Atrium: compile android class files into dex bytecode

Created on 2 Oct 2019  路  3Comments  路  Source: robstoll/atrium

Platform (jvm, jdk8, js, android): android

Code related feature

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:

  • [ ] create a gradle task 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 dexer
  • [ ] make sure check depends on the new task and make sure it is run after compileKotlin (use dependsOn)

Some additional hints (the rest needs to be researched):

help wanted

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

robstoll picture robstoll  路  6Comments

robstoll picture robstoll  路  3Comments

robstoll picture robstoll  路  6Comments

robstoll picture robstoll  路  7Comments

robstoll picture robstoll  路  6Comments