Download common stdlib sources as a dependency

This commit is contained in:
Ilya Matveev
2018-06-01 14:09:38 +07:00
committed by Pavel Punegov
parent eed9f31dac
commit 0e2fa56269
2 changed files with 11 additions and 4 deletions
+1
View File
@@ -42,6 +42,7 @@ ext {
dependenciesDir = DependencyProcessor.defaultDependenciesRoot
platformManager = new PlatformManager(DistributionKt.buildDistribution(projectDir.absolutePath))
kotlinCommonStdlibModule="org.jetbrains.kotlin:kotlin-stdlib-common:${kotlinVersion}:sources"
kotlinCompilerModule="org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}"
kotlinStdLibModule="org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}"
kotlinReflectModule="org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}"