Is it possible to read/depend on non-Kotlin files?...
# ksp
a
Is it possible to read/depend on non-Kotlin files? E.g.
properties
files in
src/main/resources
?
h
Only manually. And you should add the file or the folder as an input to the Gradle task.