intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from wrong-version to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.0 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @ericof...
Bumps [django](https://github.com/django/django) from 3.0.0 to 3.1.14. Commits 840bebf [3.1.x] Bumped version for 3.1.14 release. 22bd174 [3.1.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream... cfb780d [3.1.x] Added stub...
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.0 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @ericof...
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.0 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @ericof...
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.0 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @ericof...
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.0 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @ericof...
https://youtrack.jetbrains.com/issue/KTIJ-14200 Types like `java.lang.StringBuilder` or `java.lang.AssertionError` often pop up in Kotlin auto completion, causing unnecessary ugly imports. Here, I’ve tried to fix it by disabling type aliases on the first...
There can be cases where a non-jar file is added to the classpath / `java.class.path` system property. See https://github.com/JetBrains/gradle-intellij-plugin/issues/1009 This diff ignores non-jar files when loading the classpath, similar to...
This is a small patch that we have at Google in order to simplify building the Kotlin IDE plugin in isolation. This change allows the Kotlin build to succeed without...