File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
kotlinx-coroutines-core/jvm/src Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ package kotlinx.coroutines.internal.intellij
2
+
3
+ import kotlinx.coroutines.InternalCoroutinesApi
4
+
5
+ /* *
6
+ * [IntellijCoroutines] exposes the API added as part of IntelliJ patches.
7
+ * Prefer to use the corresponding API from the IntelliJ Platform instead of accessing this object directly.
8
+ */
9
+ @InternalCoroutinesApi
10
+ public object IntellijCoroutines {
11
+
12
+ }
Original file line number Diff line number Diff line change 16
16
exports kotlinx .coroutines .flow .internal ;
17
17
exports kotlinx .coroutines .future ;
18
18
exports kotlinx .coroutines .internal ;
19
+ exports kotlinx .coroutines .internal .intellij ;
19
20
exports kotlinx .coroutines .intrinsics ;
20
21
exports kotlinx .coroutines .scheduling ;
21
22
exports kotlinx .coroutines .selects ;
You can’t perform that action at this time.
0 commit comments