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

Error on ./gradlew :composeApp:generateSekret #8

Open
ezmi234 opened this issue Oct 23, 2024 · 3 comments
Open

Error on ./gradlew :composeApp:generateSekret #8

ezmi234 opened this issue Oct 23, 2024 · 3 comments

Comments

@ezmi234
Copy link

ezmi234 commented Oct 23, 2024

./gradlew :composeApp:generateSekret
Type-safe project accessors is an incubating feature.

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ':composeApp:generateSekret'.

Circular evaluation detected: property(java.lang.String, )
-> property(java.lang.String, )

@DatL4g
Copy link
Owner

DatL4g commented Oct 23, 2024

Can you specify your versions?

Sekret, Kotlin, Gradle and Compose please

@ezmi234
Copy link
Author

ezmi234 commented Oct 24, 2024

sekret = "2.0.0-alpha-07"
kotlin = "2.0.21"
gradle = "8.9"
compose = "1.7.0"

@DatL4g
Copy link
Owner

DatL4g commented Nov 7, 2024

Could not reproduce, maybe another plugin is does not work with Sekret.
But not sure since I use it in production apps with a lot of plugins so there is at least none known causing trouble.

Maybe you use some kind of snapshot?
A couple of snapshot releases had this problem when I updated the project to be compatible with Gradle 9.x, maybe clear your gradle cache

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

2 participants