Skip to content

Conversation

@sstone
Copy link
Member

@sstone sstone commented Oct 29, 2025

I have broken them during a recent update to the build scripts and they had been silently ignored on our CI, which can be seen when running gradlew connectedCheck --info, it will show: Skipping task ':jni:android:connectedCheck' as it has no actions.

To verify that the problem has been fixed, start en emulator and run gradlew connectedCheck, you will see:

Starting 41 tests on Pixel_3a(AVD) - 9

Finished 41 tests on Pixel_3a(AVD) - 9

Test resources are duplicated in src/androidInstrumentedTest/assets and src/commonTest/resources for now until we find a way to share them.

They had been silently ignored on our CI.
Test resources are duplicated in src/androidInstrumentedTest/assets and src/commonTest/resources for now until we find a way to share them.
This fixes `WARNING: D8: Unexpected error during rewriting of Kotlin metadata for class` when building the android library.
@sstone sstone mentioned this pull request Oct 29, 2025
@sstone sstone marked this pull request as ready for review November 3, 2025 09:22
@sstone
Copy link
Member Author

sstone commented Nov 3, 2025

There are no functional changes, and build changes are limited to Android. I've checked that the Android library is valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants