-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proguard issues with 1.3.6/1.3.7 #2046
Comments
May be related to #2023 somewhat |
Note: this fixes the issue
But I'm not sure if that is a safe thing to do? Ideally the coroutines artifact would ship with these proguard rules if these |
same problem |
It is a safe thing to do, thanks for suggesting, we'll start shipping these rules along with core artifact |
same Problem. |
I am still getting this build error:
|
When upgrading to 1.4, we saw this errors appeared in addition to this one on DelayKt.
I've added |
Still getting the problem in Error: Missing class android.annotation.SuppressLint (referenced from: kotlinx.coroutines.debug.AgentPremain) |
Seems that 1.3.6/1.3.7 bring in the
-debug
artifact, which causes compilation issues when minifying with proguard (using6.2.2
).Output for
1.3.7
:Issue does not reproduce with
1.3.5
The text was updated successfully, but these errors were encountered: