Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was 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

@StylianosGakis

Description

@StylianosGakis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions