Skip to content

External sources #14

New issue

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

Closed
petersamokhin opened this issue Sep 19, 2019 · 1 comment
Closed

External sources #14

petersamokhin opened this issue Sep 19, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@petersamokhin
Copy link

Hello!

For example, I'm using Kotlin, gradle and protobuf.
I want to include external sources directory (which contains protoc output Java files).

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?

Thanks!

@petersamokhin petersamokhin added the enhancement New feature or request label Sep 19, 2019
@fwcd
Copy link
Owner

fwcd commented Sep 19, 2019

Duplicate of fwcd/kotlin-language-server#4.

@fwcd fwcd closed this as completed Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants