add link to proto src
This commit is contained in:
+4
-1
@@ -15,9 +15,12 @@
|
|||||||
<excludeFolder url="file://$MODULE_DIR$/../../.gradle" />
|
<excludeFolder url="file://$MODULE_DIR$/../../.gradle" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/../../build" />
|
<excludeFolder url="file://$MODULE_DIR$/../../build" />
|
||||||
</content>
|
</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" />
|
<sourceFolder url="file://$MODULE_DIR$/../../../../proto/compiler/runtime/src/main/kotlin" isTestSource="false" />
|
||||||
</content>
|
</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="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-js-library:1.0.3" level="project" />
|
<orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-js-library:1.0.3" level="project" />
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ apply plugin: "kotlin2js"
|
|||||||
sourceSets {
|
sourceSets {
|
||||||
main.kotlin.srcDirs += 'src'
|
main.kotlin.srcDirs += 'src'
|
||||||
main.kotlin.srcDirs += '../../proto/compiler/build/sources'
|
main.kotlin.srcDirs += '../../proto/compiler/build/sources'
|
||||||
|
main.kotlin.srcDirs += '../../proto/protofiles_sources/out'
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyKotlinLib(type: Copy) {
|
task copyKotlinLib(type: Copy) {
|
||||||
|
|||||||
Reference in New Issue
Block a user