Dmitriy Dolovov
c9b1c384e6
Clean-up: Split nativeLibrariesUtil.kt into separate files in idea-gradle
2020-01-27 17:09:21 +07:00
Natalia Selezneva
858698cf9a
Provide a notification for gradle script that aren't related to any gradle project (KT-35268)
...
Add action to load/reload configuration for them manually
^KT-35268 Fixed
2020-01-23 11:12:54 +03:00
Natalia Selezneva
6c4de96dcb
Minor: extract class to separate file
2019-11-22 11:43:31 +03:00
Natalia Selezneva
4b0844b21d
Minor: move classes in idea-gradle module related to scripting
2019-11-22 11:43:31 +03:00
Natalia Selezneva
56eb86b7c6
Remove KotlinGradleBuildScriptsResolver for IDEA < 191
...
In 191 there is no method to invoke model building after invocation of some task
2019-11-11 15:15:16 +03:00
Vyacheslav Gerasimov
8723ad4f46
Switch to 191 platform
2019-04-22 21:52:19 +03:00
Natalia Selezneva
aa99d8fcbe
Rename extension point for additional dependencies of scripts
2019-04-04 11:06:14 +03:00
Mikhail Glukhikh
ba9b3397d0
Make Groovy-based inspections alive again
...
After commit 9b5b0447 , declaration of Groovy-based inspections moved
into gradle-groovy.xml. However, this makes transitive-optional
dependency between plugin.xml, gradle-java.xml & gradle-groovy.xml
which doesn't work (see IDEA-209769) and inspections aren't loaded.
This commit breaks this transitivity by declaring dependency
to gradle-groovy.xml directly in plugin.xml.
This also fixes most tests from GradleInspectionTest group.
2019-03-27 18:06:24 +03:00
Dmitriy Dolovov
e33ea24dc7
Fix: Native libraries are not automatically unloaded from an IDE project
...
Issue #KT-30490 fixed
2019-03-26 09:43:06 +07:00
Nikita Skvortsov
9b5b0447fa
only load inspections when groovy plugin is present KT-30579
...
otherwise, a user who disables Groovy support gets NoClassDefFound errors
2019-03-25 16:06:55 +03:00
Anton Yalyshev
415793be1c
better look for wizards names and descriptions: removed word dups and specified build system #KT-27183 Fixed
2019-03-05 11:40:19 +03:00
Yan Zhulanow
9729932fe4
191: Update Android plugin changes to AS33 (KT-29847)
2019-02-13 16:35:46 +03:00