Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! it is need mannual on stack overflow
@etobresdevelopers12465 ай бұрын
That file do not exists in project.
@Habcoder4 ай бұрын
Hey mate, usually the file is found in this path <your-project-root>/gradle/versionCatalogs/libs.version.toml In the offcase that the file doesnt not exist then open settings.gradle or settings.gradle.kts file (The one that is marked with Project not Module )in your project then add enableFeaturePreview('VERSION_CATALOGS') if not present already. Then you can use the following documentation to create the libs.version.toml file developer.android.com/build/migrate-to-catalogs