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 22
22
-dontwarn sun.misc.SignalHandler
23
23
-dontwarn java.lang.instrument.Instrumentation
24
24
-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 18
18
-dontwarn sun.misc.SignalHandler
19
19
-dontwarn java.lang.instrument.Instrumentation
20
20
-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 22
22
-dontwarn sun.misc.SignalHandler
23
23
-dontwarn java.lang.instrument.Instrumentation
24
24
-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