add link to protokot src

This commit is contained in:
MaximZaitsev
2016-08-15 12:51:19 +03:00
parent d8334548d7
commit 495d5c2428
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@
<excludeFolder url="file://$MODULE_DIR$/../../.gradle" />
<excludeFolder url="file://$MODULE_DIR$/../../build" />
</content>
<content url="file://$MODULE_DIR$/../../../../proto">
<sourceFolder url="file://$MODULE_DIR$/../../../../proto/compiler/runtime/src/main/kotlin" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-js-library:1.0.3" level="project" />
+1
View File
@@ -20,6 +20,7 @@ apply plugin: "kotlin2js"
sourceSets {
main.kotlin.srcDirs += 'src'
main.kotlin.srcDirs += '../../proto/compiler/build/sources'
}
task copyKotlinLib(type: Copy) {