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...
- Host: GitHub
- URL: https://github.com/illarionov/playground-android-composite-build
- Owner: illarionov
- Created: 2021-02-27T23:44:10.000Z (over 4 years ago)
- Default Branch: bug-kmp-gradle-tests
- Last Pushed: 2025-07-08T21:42:40.000Z (3 months ago)
- Last Synced: 2025-07-08T22:34:25.690Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.