We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As disscussed here the Kobalt server should send in getDependencyGraph() call the following dependencies:
getDependencyGraph()
org.jetbrains.kotlin:kotlin-runtime:${Versions.kotlin}
org.jetbrains.kotlin:kotlin-test:${Versions.kotlin}
The Kotlin version should be from
kotlinCompiler { version = "...." }
or from .config\kobalt\settings.xml if not specified directly in Build.kt
.config\kobalt\settings.xml
Build.kt
This dependencies should be send only in case if *.kt files present in project.
*.kt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As disscussed here
the Kobalt server should send in
getDependencyGraph()
call the following dependencies:org.jetbrains.kotlin:kotlin-runtime:${Versions.kotlin}
for compile scopeorg.jetbrains.kotlin:kotlin-test:${Versions.kotlin}
for test scopeThe Kotlin version should be from
or from
.config\kobalt\settings.xml
if not specified directly inBuild.kt
This dependencies should be send only in case if
*.kt
files present in project.The text was updated successfully, but these errors were encountered: