a53933d8ce
The -all jar is compacted with proguard, and the proguard removes synthetic methods methods with $default suffix from classes regardless of the -keep flag. Therefore the calls to the $default metods lead to the NoSuchMethodError exception on runtime. Removing the main interface module from the proguarded jar solves the problem for now (but not generally, the use of "proguarded" jars as libraries should be discouraged.) #KT-60862 fixed