File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
kotlinx-coroutines-core/jvm/resources/META-INF Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 2222-dontwarn sun.misc.SignalHandler
2323-dontwarn java.lang.instrument.Instrumentation
2424-dontwarn sun.misc.Signal
25+
26+ # Only used in `kotlinx.coroutines.internal.ExceptionsConstructor`.
27+ # The case when it is not available is hidden in a `try`-`catch`, as well as a check for Android.
28+ -dontwarn java.lang.ClassValue
29+
30+ # An annotation used for build tooling, won't be directly accessed.
31+ -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Original file line number Diff line number Diff line change 1818-dontwarn sun.misc.SignalHandler
1919-dontwarn java.lang.instrument.Instrumentation
2020-dontwarn sun.misc.Signal
21+
22+ # Only used in `kotlinx.coroutines.internal.ExceptionsConstructor`.
23+ # The case when it is not available is hidden in a `try`-`catch`, as well as a check for Android.
24+ -dontwarn java.lang.ClassValue
25+
26+ # An annotation used for build tooling, won't be directly accessed.
27+ -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Original file line number Diff line number Diff line change 2222-dontwarn sun.misc.SignalHandler
2323-dontwarn java.lang.instrument.Instrumentation
2424-dontwarn sun.misc.Signal
25+
26+ # Only used in `kotlinx.coroutines.internal.ExceptionsConstructor`.
27+ # The case when it is not available is hidden in a `try`-`catch`, as well as a check for Android.
28+ -dontwarn java.lang.ClassValue
29+
30+ # An annotation used for build tooling, won't be directly accessed.
31+ -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
You can’t perform that action at this time.
0 commit comments