Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-05 | Annotations for parameters (#1710) | Marcin Aman | |
* Annotations for parameters * Annotations for parameters | |||
2021-01-20 | Bring back displaying jvm name when KaJ is not present (#1702) | Marcin Aman | |
2020-12-29 | Parsing of JvmName (#1675) | Marcin Aman | |
* Parsing of JvmName * Make JvmName processor run after KaJ | |||
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
2020-09-29 | Fix failing tests | Andrzej Ratajczak | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-06-25 | Fix tests after rebase | Andrzej Ratajczak | |
2020-06-25 | Fix tests | Andrzej Ratajczak | |
2020-06-25 | Tests for SinceKotlin and Deprecated | Andrzej Ratajczak | |
2020-06-25 | Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ↵ | Andrzej Ratajczak | |
`Deprecated`. #944 | |||
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo | |
2020-06-12 | Refactor of Annotations and ExtraModifiers to be platform depedent | Andrzej Ratajczak | |
2020-05-26 | Apply request changes | Andrzej Ratajczak | |
2020-05-26 | Enhance signature presentation. Support presetnation Java as Kotlin and ↵ | Andrzej Ratajczak | |
Kotlin as Java. Refactor annotations creation from PSI/Descriptors. Add proper rendering of annotation signatures in both kotlin syntax and java syntax. Tests for annotations |