<@U4LLT06N7> commented on <@U6P0EN0DU>’s file <htt...
# announcements
u
@krissrex commented on @jelloranger’s file https://kotlinlang.slack.com/files/U6P0EN0DU/F6QJMNTUY/-.txt: Your
compile 'junit:junit:4.12'
should use
testCompile
instead of
compile
. That way, junit is not added to the apk. (This will not fix your problem, just reduce apk size).