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 during compiling example app. Name empty for: VALUE_PARAMETER #572

Open
fizarum opened this issue Aug 5, 2022 · 0 comments
Open

Comments

@fizarum
Copy link

fizarum commented Aug 5, 2022

Summary

I can't compile example application

Reproduction Steps

open project in android studio
modify CLIENT_ID & CLIENT_SECRET to actual values from created vimeo app (on web)
select "example" build target
run

Expected Behavior

example app runs

Actual Behavior

I'm getting this error:

Caused by: org.gradle.api.GradleException: Name empty for: VALUE_PARAMETER
at com.vimeo.modelgenerator.extensions.PsiExtensionsKt.getValidateName(PsiExtensions.kt:20)
at com.vimeo.modelgenerator.ModelFactory.buildClass(ModelFactory.kt:390)
at com.vimeo.modelgenerator.ModelFactory.buildType(ModelFactory.kt:80)
at com.vimeo.modelgenerator.ModelFactory.buildModel(ModelFactory.kt:59)
at com.vimeo.modelgenerator.tasks.GenerateModelsTask.execute(GenerateModelsTask.kt:106)

Any idea why its happening?

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