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="module" module-name="kobalt-plugin-api" />
<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>
<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>
<JAVADOC />
<SOURCES />
@ -404,5 +404,6 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
</component>
</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/",
"http://repo1.maven.org/maven2/",
"https://jcenter.bintray.com/",
"http://repository.jetbrains.com/all/"
"http://repository.jetbrains.com/all/",
"https://dl.bintray.com/kotlin/kotlin-eap"
// snapshots
// "https://oss.sonatype.org/content/repositories/snapshots/"

View file

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

View file

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