I am making an instant app. I have the base feature
and the installed module
. The two gradle files can't have a defaultConfig{}
, so that is why I have set multiDex true
only in the installed build.gradle
file. Running the instant app though throws a compile error as there is no multiDex
anywhere.
Any ideas? Thanks.