add link to protokot src
This commit is contained in:
+3
@@ -15,6 +15,9 @@
|
|||||||
<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">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../../../proto/compiler/runtime/src/main/kotlin" 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" />
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ apply plugin: "kotlin2js"
|
|||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main.kotlin.srcDirs += 'src'
|
main.kotlin.srcDirs += 'src'
|
||||||
|
main.kotlin.srcDirs += '../../proto/compiler/build/sources'
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyKotlinLib(type: Copy) {
|
task copyKotlinLib(type: Copy) {
|
||||||
|
|||||||
Reference in New Issue
Block a user