add link to proto src

This commit is contained in:
MaximZaitsev
2016-08-16 15:38:47 +03:00
parent 674966df6b
commit 4c54ced9e4
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -15,9 +15,12 @@
<excludeFolder url="file://$MODULE_DIR$/../../.gradle" />
<excludeFolder url="file://$MODULE_DIR$/../../build" />
</content>
<content url="file://$MODULE_DIR$/../../../../proto">
<content url="file://$MODULE_DIR$/../../../../proto/compiler">
<sourceFolder url="file://$MODULE_DIR$/../../../../proto/compiler/runtime/src/main/kotlin" isTestSource="false" />
</content>
<content url="file://$MODULE_DIR$/../../../../proto/protofiles_sources">
<sourceFolder url="file://$MODULE_DIR$/../../../../proto/protofiles_sources/out" 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
@@ -21,6 +21,7 @@ apply plugin: "kotlin2js"
sourceSets {
main.kotlin.srcDirs += 'src'
main.kotlin.srcDirs += '../../proto/compiler/build/sources'
main.kotlin.srcDirs += '../../proto/protofiles_sources/out'
}
task copyKotlinLib(type: Copy) {