I have a file like: ``` package com.example privat...
# announcements
e
I have a file like:
Copy code
package com.example
private const val PACKAGE_NAME = "com.example"
Is there a good way to get the package name of the file without typing in the string there?