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

Can't build sample project with latest Android Studio version. #47

Open
Meonix opened this issue Mar 14, 2024 · 0 comments
Open

Can't build sample project with latest Android Studio version. #47

Meonix opened this issue Mar 14, 2024 · 0 comments

Comments

@Meonix
Copy link

Meonix commented Mar 14, 2024

I'm facing the error when build gradle for this project :

[Task 'prepareKotlinBuildScriptModel' not found in project ':app'](https://stackoverflow.com/questions/64290545/task-preparekotlinbuildscriptmodel-not-found-in-project-app)

To fix this issue please import this line to build.gradle(Module.app) file :
task wrapper(type: Wrapper){ gradleVersion = '7.2' } tasks.register("prepareKotlinBuildScriptModel"){}

Please ignore this issue if you don't get the same error as me.
Thanks for nice tutorials.

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