Commit Graph

7 Commits

Author SHA1 Message Date
Nikolay Krasko a5d0547c1e Allow to use Kotlin reflection in all modules with Kotlin
Original commit: 3b18a44340
2015-05-06 14:18:27 +03:00
Dmitry Jemerov 7076fe6eb1 vendor and homepage
Original commit: ce4b2db8f6
2015-02-19 15:35:46 +03:00
Alexander Udalov ecae29aa3c Reorder and optimize dependencies between modules and libraries
- drop 'kotlin-runtime' and other dependencies which are exported by
  other modules ('util' and 'util.runtime' in case of 'kotlin-runtime')
- make all Kotlin modules from the compiler depend on 'util' for clarity
- put 'util' and 'util.runtime' to the bottom of the list everywhere: when
  kotlin-runtime gets reflection, classes from core/ should have higher
  priority than their previous versions from kotlin-runtime.jar

Original commit: 5903b8c4a7
2015-01-28 19:58:35 +03:00
Alexander Udalov 641dced1fb Rename org.jetbrains.kotlin.plugin -> org.jetbrains.kotlin.idea
Original commit: 17227bb4fe
2015-01-13 01:14:31 +03:00
Alexander Udalov d188aa147d Rename package jet -> kotlin in bare-plugin
org.jetbrains.jet.plugin.bare -> org.jetbrains.kotlin.plugin.bare

Original commit: f58b151d58
2015-01-03 12:41:47 +03:00
Vladimir Krivosheev 23d44bb45e plugin description must be wrapped into CDATA if html used
Original commit: 074ac2a2e2
2014-11-14 15:52:21 +01:00
Evgeny Gerashchenko 0504cef6a9 Introduced bare kotlin compiler plugin for IntelliJ IDEA developers.
Original commit: 822f02e23a
2014-08-27 16:35:10 +04:00