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
Add integration tests as a separate build step, that will apply the locally published kotlinx.atomicfu to the test projects with different configurations:
w/wo JVM IR / JVM bytecode
w/wo Native IR
w/wo JS IR
They should check:
no references to kotlinx.atomicfu are left in case of enabled tranformations
dependencies in compile/runtime classpath of the project
The current atomicfu-gradle-plugin tests only apply the current version of AtomicfuGradlePlugin, but do not publish the library locally.
The text was updated successfully, but these errors were encountered:
Add integration tests as a separate build step, that will apply the locally published
kotlinx.atomicfu
to the test projects with different configurations:They should check:
The current
atomicfu-gradle-plugin
tests only apply the current version ofAtomicfuGradlePlugin
, but do not publish the library locally.The text was updated successfully, but these errors were encountered: