-
|
I have the following dependency tree in an experimental package: NSLoggerClient.java is the source java code for the android NSLogger client, the file is stored in the The Compiling with
until we added the following config to It works! ...but clunky & brittle. Is there a cleaner way to incorporate java source files? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Could this be Kotlin? If you just drop a |
Beta Was this translation helpful? Give feedback.
Could this be Kotlin? If you just drop a
.ktfile in the Skip/ folder, then it will be automatically built along with the target.