Just to be clear, this is our project structure: `...
# android
s
Just to be clear, this is our project structure:
Copy code
- project
  - app
    -src
      - main
        - com
          - package
            - Foo.kt <-- references com.package.Bar
      - debug
        - com
          - package
            - Bar.java
      - release
        - com
          - package
            - Bar.java