An open API service indexing awesome lists of open source software.

https://github.com/illarionov/playground-android-composite-build

Test project to demonstrate various bugs in AGP, AS, etc: issues/183952598, 181336796, 264614672...
https://github.com/illarionov/playground-android-composite-build

Last synced: about 1 month ago
JSON representation

Test project to demonstrate various bugs in AGP, AS, etc: issues/183952598, 181336796, 264614672...

Awesome Lists containing this project

README

          

# Kotlin Multiplatform Native test bug

Test project to showcase [gradle/issues/33990](https://github.com/gradle/gradle/issues/33990)

Related issues:
* https://youtrack.jetbrains.com/issue/KT-69896
* https://youtrack.jetbrains.com/issue/KT-69703

### Steps to reproduce

Run `./gradlew app:check --rerun-tasks --stacktrace` (it may take several attempts, try to repeat 5-10 times).

It will fails with the `IndexOutOfBoundsException` or similar exception.