Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

After managing to build the app once, something when wrong and the Android app stopped building #1

Open
StylianosGakis opened this issue Nov 17, 2023 · 0 comments

Comments

@StylianosGakis
Copy link

Not sure exactly how to reproduce this, but I more or less run the Android sample app, then run the iOS sample app, then could not run the Android app anymore, with some long error logs mentioning "META-INF/versions/9/previous-compilation-data.bin"

The issue seemed to have been this one right here after some searching Kotlin/kotlinx-datetime#304
Adding this snippet over here

    packaging {
        resources {
            excludes += "META-INF/versions/9/previous-compilation-data.bin"
        }
    }

Has fixed the issue on my end.

I am not sure if the repo itself needs to have this snippet or if it somehow was just me who encountered this, but I thought it'd be a good idea to have here in any case, so you can refer to it in case someone else has the same issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant