debian: Fix coroutines jar file being empty

During the build of kotlin-coroutines-core, the atomicfu-gradle-plugin introduces a task to run "transformAtomicfuClasses". This task fails when run the first time and succeeds when run the second time.

Earlier, this task was skipped in hope that it does not effect the outcome Jar file as seems to be mostly used by test tasks. However, that lead to the jar file being empty.

This earlier workaround is abandoned and the new workaround to run the build twice has been adopted.

Signed-off-by: Sunil Mohan Adapa sunil@medhas.org

Merge request reports

Loading