Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need some help with debugging the compose multiplatform core code #5048

Open
smileding opened this issue Jun 29, 2024 · 0 comments
Open

Need some help with debugging the compose multiplatform core code #5048

smileding opened this issue Jun 29, 2024 · 0 comments

Comments

@smileding
Copy link

I downloaded the compose-multiplatform-core code only and wanted to debug it. But when syncing the gradle, it threw this error: ":internal-testutils-paging:main: Could not find androidx.paging:paging-common:0.0.0-SNAPSHOT."

And when I tried to run the DemoActivity which lies in "\compose\integration-tests\demos\src\main\java\androidx\compose\integration\demos\DemoActivity.kt", it threw these errors:

"> Task :compose:integration-tests:demos:checkDebugAarMetadata FAILED"
"e: file:///D:/Code/compose-multiplatform-core-jb-main/compose-multiplatform-core-jb-main/compose/runtime/runtime/src/androidMain/kotlin/androidx/compose/runtime/ActualAndroid.android.kt:117:21 Actual property 'MainThreadId' has no corresponding expected declaration".

How can I fix this? And it would be better if you could give me some tutorials on how to set the environment and debug the compose multiplatform core code. Thank you very much!

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

No branches or pull requests

1 participant