[kotlin compiler][update] 1.2-20180108.142832-109
kotlinScriptRuntimeVersion=1.2-20180108.142855-109 kotlinStdLibVersion=1.2-20180108.142900-109 kotlinReflectVersion=1.2-20180108.142850-109 kotlinStdLibJdk8Version=1.2-20180108.142908-109 kotlinGradlePluginVersion=1.2-20180108.142845-109
This commit is contained in:
committed by
Vasily Levchenko
parent
a6367f759b
commit
c7a126a6b0
+4
@@ -155,6 +155,10 @@ internal class SpecialDeclarationsFactory(val context: Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
internal class Context(config: KonanConfig) : KonanBackendContext(config) {
|
internal class Context(config: KonanConfig) : KonanBackendContext(config) {
|
||||||
|
override fun getClass(fqName: FqName): ClassDescriptor {
|
||||||
|
TODO("not implemented")
|
||||||
|
}
|
||||||
|
|
||||||
lateinit var moduleDescriptor: ModuleDescriptor
|
lateinit var moduleDescriptor: ModuleDescriptor
|
||||||
|
|
||||||
override val builtIns: KonanBuiltIns by lazy(PUBLICATION) {
|
override val builtIns: KonanBuiltIns by lazy(PUBLICATION) {
|
||||||
|
|||||||
+6
-6
@@ -23,14 +23,14 @@ testDataVersion=1226829:id
|
|||||||
kotlinCompilerRepo=https://dl.bintray.com/jetbrains/kotlin-native-dependencies
|
kotlinCompilerRepo=https://dl.bintray.com/jetbrains/kotlin-native-dependencies
|
||||||
#kotlinCompilerRepo=http://oss.sonatype.org/content/repositories/snapshots
|
#kotlinCompilerRepo=http://oss.sonatype.org/content/repositories/snapshots
|
||||||
#kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev
|
#kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev
|
||||||
kotlinCompilerVersion=1.2-20171217.163053-69
|
kotlinCompilerVersion=1.2-20180108.142832-109
|
||||||
kotlinScriptRuntimeVersion=1.2-20171217.163109-69
|
kotlinScriptRuntimeVersion=1.2-20180108.142855-109
|
||||||
kotlinStdLibVersion=1.2-20171217.163113-69
|
kotlinStdLibVersion=1.2-20180108.142900-109
|
||||||
kotlinReflectVersion=1.2-20171217.163105-69
|
kotlinReflectVersion=1.2-20180108.142850-109
|
||||||
konanVersion=0.5
|
konanVersion=0.5
|
||||||
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
||||||
|
|
||||||
##
|
##
|
||||||
# required for performance mesuarement tasks
|
# required for performance mesuarement tasks
|
||||||
kotlinStdLibJdk8Version=1.2-20171217.163118-69
|
kotlinStdLibJdk8Version=1.2-20180108.142908-109
|
||||||
kotlinGradlePluginVersion=1.2-20171217.163101-69
|
kotlinGradlePluginVersion=1.2-20180108.142845-109
|
||||||
|
|||||||
Reference in New Issue
Block a user