-
Notifications
You must be signed in to change notification settings - Fork 564
Conversation
@@ -0,0 +1,133 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this file is copied from Kotlin/JVM and adapted.
@@ -0,0 +1,85 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this file is copied from Kotlin/JVM and adapted.
@@ -16,21 +16,47 @@ | |||
|
|||
package kotlin.coroutines | |||
|
|||
// TODO: implement them right. | |||
//@PublishedApi | |||
import kotlin.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this file is copied from Kotlin/JVM and adapted.
@@ -17,21 +17,178 @@ | |||
package kotlin.coroutines.intrinsics | |||
|
|||
import kotlin.coroutines.* | |||
// TODO: implement them right. | |||
import kotlin.coroutines.native.internal.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this file is copied from Kotlin/JVM and adapted.
4420bb4
to
80d2789
Compare
5dc025d
to
e4a88b3
Compare
Maybe rebase on master now? |
What for? This branch requires updating kotlin-compiler to 1.3-M2-eap-76. |
e4a88b3
to
155c8c8
Compare
Please rebase and make sure tests pass. |
e1e3912
to
876b6a2
Compare
To be merged after update to 1.3-M2-eap-76