Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Kobalt server should send Kotlin dependencies to plugin #406

Open
dmitry-zhuravlev opened this issue Apr 11, 2017 · 0 comments
Open

Kobalt server should send Kotlin dependencies to plugin #406

dmitry-zhuravlev opened this issue Apr 11, 2017 · 0 comments

Comments

@dmitry-zhuravlev
Copy link
Contributor

As disscussed here
the Kobalt server should send in getDependencyGraph() call the following dependencies:

  • org.jetbrains.kotlin:kotlin-runtime:${Versions.kotlin} for compile scope
  • org.jetbrains.kotlin:kotlin-test:${Versions.kotlin} for test scope

The Kotlin version should be from

kotlinCompiler {
        version = "...."
    }

or from .config\kobalt\settings.xml if not specified directly in Build.kt

This dependencies should be send only in case if *.kt files present in project.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant