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

Add a ViewModel to Dessert Clicker: Android Basics in Compose #28

Open
robborm opened this issue Feb 11, 2024 · 1 comment
Open

Add a ViewModel to Dessert Clicker: Android Basics in Compose #28

robborm opened this issue Feb 11, 2024 · 1 comment

Comments

@robborm
Copy link

robborm commented Feb 11, 2024

On the new Android Studio IDE, the buildscript is not on the project level gradle file. When trying to add the buildscript and the ext, it keeps coming up as an error

@robborm
Copy link
Author

robborm commented Mar 18, 2024

This can be fixed by using the new notation to set app level variables;

buildscript {
extra.set("name","key")
}

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