SmartToolFactory / Jetpack-Compose-Tutorials

🚀🧨📝 Series of Tutorials to learn about Jetpack Compose with subjects Material Widgets, Layout, SubcomposeLayout, custom layouts, State, custom rememberable, recomposition, LaunchedEffect, side-effects, Gesture, Animation, Navigation, Canvas, UIs like whatsapp and others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Meonix opened this issue · comments

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.