79108696

Date: 2024-10-21 05:59:40
Score: 0.5
Natty:
Report link

According to the documentation, proto files must be placed in the src/main/proto directory, which is what I had missed. Here is the current structure of my datastoreproto module:

core/
└── datastoreproto/
    ├── build/
    ├── src/
    │   ├── main/
    │   │   └── proto/
    │   │       └── auth_info.proto
    │   └── AndroidManifest.xml
    ├── test/
    ├── .gitignore
    ├── build.gradle.kts
    ├── consumer-rules.pro
    └── proguard-rules.pro
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Burak Karaduman