aboutsummaryrefslogtreecommitdiff
path: root/dokka-subprojects/analysis-kotlin-api/src
AgeCommit message (Collapse)Author
2023-11-23[K2] Fix sample resolving (#3361)HEADmasterVadim Mishenev
* [K2] Fix sample Fallback to default roots of the source set even if sample roots are assigned * [K2] Resolve java samples as well `sourcePsiSafe` does not support Java KT-53669
2023-11-22Stabilize ExternalDocumentableProvider (#3312)Ignat Beresnev
2023-11-22Support `inner` modifier for java non-`static` classes (#3347)Oleg Yukhnevich
2023-11-21Stabilize Sample analysis API (#3195)Ignat Beresnev
2023-11-20Run `analysis-kotlin-api` tests with K2 analysis (#3358)Ignat Beresnev
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>