BUILD: make build compilable with 1.1-20170215.165623-424 (#246)
This commit is contained in:
committed by
Nikolay Igotti
parent
ed2bc1a425
commit
00dccf6175
+1
-2
@@ -75,8 +75,7 @@ internal fun deserializeModule(configuration: CompilerConfiguration,
|
||||
val storageManager = LockBasedStorageManager()
|
||||
val moduleDescriptor = ModuleDescriptorImpl(
|
||||
Name.special(moduleName), storageManager, KonanPlatform.builtIns)
|
||||
val deserialization_config = CompilerDeserializationConfiguration(
|
||||
configuration.get(CommonConfigurationKeys.LANGUAGE_VERSION_SETTINGS, LanguageVersionSettingsImpl.DEFAULT))
|
||||
val deserialization_config = CompilerDeserializationConfiguration(configuration)
|
||||
|
||||
|
||||
val libraryAsByteArray = base64Decode(base64)
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
kotlin_version=1.1-M03
|
||||
#kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-SNAPSHOT
|
||||
kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-20170208.143952-408
|
||||
#kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-20170208.143952-408
|
||||
kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-20170215.165623-424
|
||||
Reference in New Issue
Block a user