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 1616 exports kotlinx .coroutines .flow .internal ;
1717 exports kotlinx .coroutines .future ;
1818 exports kotlinx .coroutines .internal ;
19+ exports kotlinx .coroutines .internal .intellij ;
1920 exports kotlinx .coroutines .intrinsics ;
2021 exports kotlinx .coroutines .scheduling ;
2122 exports kotlinx .coroutines .selects ;
You can’t perform that action at this time.
0 commit comments