1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Kotlin 1.0.4-eap-62.

This commit is contained in:
Cedric Beust 2016-08-06 09:51:40 -07:00
parent 99444740da
commit fa86f90e31
8 changed files with 19 additions and 4 deletions

12
.idea/libraries/KotlinJavaRuntime.xml generated Normal file
View file

@ -0,0 +1,12 @@
<component name="libraryTable">
<library name="KotlinJavaRuntime">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/kotlin-runtime.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/kotlin-reflect.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/kotlin-runtime-sources.jar!/" />
</SOURCES>
</library>
</component>

View file

@ -17,9 +17,9 @@
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="kobalt-plugin-api" /> <orderEntry type="module" module-name="kobalt-plugin-api" />
<orderEntry type="module-library"> <orderEntry type="module-library">
<library name="Kobalt: org.jetbrains.kotlin:kotlin-compiler-embeddable:jar:1.0.3"> <library name="Kobalt: org.jetbrains.kotlin:kotlin-compiler-embeddable:jar:1.0.4-eap-62">
<CLASSES> <CLASSES>
<root url="jar://$USER_HOME$/.kobalt/cache/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.3/kotlin-compiler-embeddable-1.0.3.jar!/" /> <root url="jar://$USER_HOME$/.kobalt/cache/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.4-eap-62/kotlin-compiler-embeddable-1.0.4-eap-62.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC /> <JAVADOC />
<SOURCES /> <SOURCES />
@ -404,5 +404,6 @@
<SOURCES /> <SOURCES />
</library> </library>
</orderEntry> </orderEntry>
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
</component> </component>
</module> </module>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -13,7 +13,8 @@ object Constants {
// "https://maven-central.storage.googleapis.com/", // "https://maven-central.storage.googleapis.com/",
"http://repo1.maven.org/maven2/", "http://repo1.maven.org/maven2/",
"https://jcenter.bintray.com/", "https://jcenter.bintray.com/",
"http://repository.jetbrains.com/all/" "http://repository.jetbrains.com/all/",
"https://dl.bintray.com/kotlin/kotlin-eap"
// snapshots // snapshots
// "https://oss.sonatype.org/content/repositories/snapshots/" // "https://oss.sonatype.org/content/repositories/snapshots/"

View file

@ -30,7 +30,7 @@ class KobaltSettingsXml {
var proxies: ProxiesXml? = null var proxies: ProxiesXml? = null
@XmlElement(name = "kobaltCompilerVersion") @JvmField @XmlElement(name = "kobaltCompilerVersion") @JvmField
var kobaltCompilerVersion: String = "1.0.3" var kobaltCompilerVersion: String = "1.0.4-eap-62"
@XmlElement(name = "kobaltCompilerRepo") @JvmField @XmlElement(name = "kobaltCompilerRepo") @JvmField
var kobaltCompilerRepo: String? = null var kobaltCompilerRepo: String? = null

View file

@ -14,5 +14,6 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
</component> </component>
</module> </module>