Hey mate, usually the file is found in this path /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
thank you (y)
Saved me a lot of time bro. Thanks 👊
Thanks man !
Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! it is need mannual on stack overflow
That file do not exists in project.
Hey mate, usually the file is found in this path /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