<build project in android> i'm trying to import a ...
# stackoverflow
u
build project in android i'm trying to import a project from android sample projects but when gradle downlaod starts the build stops with an error that says -->Could not find com.android.tools.buildG4.1.3. Required by: project : Add google Maven repository and sync project Open File gradle file: buildscript { ext.kotlin_version = '1.4.31' ext.compose_version = '1.0.0-beta03' ext.coroutines_version = '1.4.2' repositories { google() jcenter() } dependencies { classpath...