Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary serialization annotations
The @serializable and @SerialName("gradle") annotations were removed from PackageSearchGradleModule as they are not required. This change simplifies the class definition and reduces potential confusion with serialization.
- Loading branch information