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
In my usage of the plugin I found that it has issues when libraries are used in tests - it seems that it runs after the tests. Need to configure unpackNatives to run before test.
The workaround is simply to build without tests:
gradle clean build unpackNatives -x test
and then run the tests
gradle test
but this is annoying.
The text was updated successfully, but these errors were encountered:
In my usage of the plugin I found that it has issues when libraries are used in tests - it seems that it runs after the tests. Need to configure
unpackNatives
to run beforetest
.The workaround is simply to build without tests:
gradle clean build unpackNatives -x test
and then run the tests
gradle test
but this is annoying.
The text was updated successfully, but these errors were encountered: