You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do have libs.versions.toml file in gradle folder
I'm using gradle wrapper gradle-8.1.1-bin and gradle plugin 8.0.2, I can build sucessful with non-catalogLibs project, here is the error log:
org.gradle.api.InvalidUserDataException: Invalid catalog definition:
- Problem: In version catalog catalogLibs, import of external catalog file failed.
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Exception is:
java.lang.RuntimeException: org.gradle.api.InvalidUserDataException: Invalid catalog definition:
- Problem: In version catalog catalogLibs, import of external catalog file failed.
Reason: File '/Users/zhiye/workspace/client-android/gradle/libs.versions.toml' doesn't exist.
Possible solution: Make sure that the catalog file 'libs.versions.toml' exists before importing it.
Please refer to https://docs.gradle.org/8.1.1/userguide/version_catalog_problems.html#catalog_file_does_not_exist for more details about this problem.
The text was updated successfully, but these errors were encountered:
I'm using catelogLibs in my project, but seems like it not work for this feature.
Settings.gradle
I do have
libs.versions.toml
file ingradle
folderI'm using
gradle wrapper gradle-8.1.1-bin
andgradle plugin 8.0.2
, I can build sucessful with non-catalogLibs project, here is the error log:The text was updated successfully, but these errors were encountered: