Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-24 | Introduce system property to ignore common builtIns for stdlib | vmishenev | |
2023-07-21 | Update Kotlin to 1.9.0 (#3074) | Vadim Mishenev | |
* Update Kotlin Gradle Plugin to 1.9.0 * Update Android Gradle Plugin to 4.2.2 * Introduce convention plugin for Gradle runner https://github.com/gradle/gradle/issues/8301 * Fix unit test `common, jvm and macos source sets with kotlin multiplatform` * Update compiler to 1.9.0 * Update integration test * Add empty target for WASM integration test to avoid single target project See https://github.com/Kotlin/dokka/issues/3038 * Remove unused `plugins.shadow` from toml | |||
2023-07-18 | Update Kotlin compiler to 1.8.20 (#3062) | Vadim Mishenev | |
2023-07-17 | Get rif of IDE plugin dependencies (#3073) | Vadim Mishenev | |
* Get rif of IDE plugin dependencies Everything in this commit has been copy-pasted from IDE plugin and marked as internal | |||
2023-07-17 | Hardcode documentation for the synthetic Enum.entries property (#3071) | Ignat Beresnev | |
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev | |
* Extract analysis into separate modules |