Alexander Udalov
|
1273ac9647
|
Remove dependency of module 'descriptors' on 'deserialization'
|
2017-06-06 14:29:21 +03:00 |
|
Dmitry Jemerov
|
03a26c4ce0
|
Set language level 6 for modules using JDK 6
|
2017-03-29 18:41:00 +02:00 |
|
Alexander Udalov
|
af5fbef4ea
|
Use JDK 1.6 to compile modules under "core"
Outputs of these modules go into kotlin-stdlib and kotlin-reflect, both
of which must be usable on Java 6
|
2017-03-21 13:03:18 +03:00 |
|
Alexander Udalov
|
a9476dfe37
|
Replace 'kotlin-runtime' in module dependencies with 'util'
|
2015-12-21 18:46:08 +03:00 |
|
Pavel V. Talanov
|
0ae842a05d
|
'descriptors' module exports 'deserialization', not the other way around
Also remove some of redundantly specified dependencies
|
2015-10-01 17:53:13 +03:00 |
|
Alexander Udalov
|
32c3bb8c7f
|
Extract module 'deserialization' out of 'serialization'
'deserialization' stays in core because it's needed both in compiler and
reflection, but 'serialization' is used only in the compiler
|
2015-03-30 19:44:17 +03:00 |
|
Alexander Udalov
|
085bc2197b
|
Merge module 'serialization.jvm' into 'descriptor.loader.java'
It was very small and there proved to be no point in separation of loading Java
classes and deserializing Kotlin classes
|
2015-03-30 17:22:06 +03:00 |
|
Alexander Udalov
|
356f54b5df
|
Initial support of descriptor loading at runtime
|
2015-03-11 16:42:15 +03:00 |
|