You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
I'm currently using native 0.6, because of the same issue described in #1612 so I'm not sure if it would just work if I could use 0.7.
However I wasn't able to find the platform implementation for kotlin.test inside this native repo, could you guide me to the correct location so I can look it up in the future? :-)
The text was updated successfully, but these errors were encountered:
Thank you for the report. assertSame/assertNotSame are really not implemented in KN and we will fix that. As for the second question, the user API for KN's kotlin.test can be found here. If you are interested in implementation details, you may look at this package.
Hi,
I'm currently migrating a library from being JVM only to multiplatform and I'm also trying to implement a library for kotlin native.
I do have a dependency on
kotlin.test
and it is working like a charm with the-tr
flag on compilation.I've now stumbeld on the assertions
assertSame
andassertNotSame
which don't seem to be implemented yet (Gradle output):I'm currently using native 0.6, because of the same issue described in #1612 so I'm not sure if it would just work if I could use 0.7.
However I wasn't able to find the platform implementation for
kotlin.test
inside this native repo, could you guide me to the correct location so I can look it up in the future? :-)The text was updated successfully, but these errors were encountered: