We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
For example, I'm using Kotlin, gradle and protobuf. I want to include external sources directory (which contains protoc output Java files).
Kotlin
gradle
protobuf
protoc
Example hierarchy:
myproject - gen java src main com example ProtobufOutput.java - src main kotlin com example MyProjectFile.kt
Where ProtobufOutput.java contains some class ProtobufOutput. I want to import com.example.ProtobufOutput in MyProjectFile.kt, how I can do this?
ProtobufOutput.java
class ProtobufOutput
import com.example.ProtobufOutput
MyProjectFile.kt
Thanks!
The text was updated successfully, but these errors were encountered:
Duplicate of fwcd/kotlin-language-server#4.
Sorry, something went wrong.
No branches or pull requests
Hello!
For example, I'm using
Kotlin
,gradle
andprotobuf
.I want to include external sources directory (which contains
protoc
output Java files).Example hierarchy:
Where
ProtobufOutput.java
contains someclass ProtobufOutput
.I want to
import com.example.ProtobufOutput
inMyProjectFile.kt
, how I can do this?Thanks!
The text was updated successfully, but these errors were encountered: