1-include r8-test-common.pro 2 3-include ../resources/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro 4 5# Validate that service-loader & debugger classes are discarded 6-checkdiscard class kotlinx.coroutines.internal.FastServiceLoader 7-checkdiscard class kotlinx.coroutines.DebugKt 8-checkdiscard class kotlinx.coroutines.internal.StackTraceRecoveryKt 9-checkdiscard class kotlinx.coroutines.debug.DebugProbesKt 10 11# Real android projects do not keep this class, but somehow it is kept in this test (R8 bug) 12# -checkdiscard class kotlinx.coroutines.internal.MissingMainCoroutineDispatcher 13 14# Should not keep this class, but it is still there (R8 bug) 15#-checkdiscard class kotlinx.coroutines.CoroutineId 16