Toshiaki Kameyama
23734bae3e
Add quickfix for DECLARATION_CANT_BE_INLINED #KT-9983 Fixed
2018-10-04 13:11:36 +02:00
Toshiaki Kameyama
c44d3a8d68
Show lambda parameter info #KT-13118 Fixed
2018-10-03 19:08:56 +03:00
kenji tomita
6532916dd2
Change necessary labels in "Call on collection type may be reduced"
...
#KT-24492 Fixed
2018-10-03 08:00:40 +02:00
Toshiaki Kameyama
5e7d974767
"Make open": Fix false positive for data class inheritance #KT-27354 Fixed
2018-10-03 08:53:03 +03:00
Nikolay Krasko
02fbb03d6a
Show migration when changes are in kts files or inside buildSrc dir (KT-27329)
...
#KT-27329 Fixed
2018-10-02 16:05:18 +03:00
Nikolay Krasko
d756d93af1
Better coroutines versions update (KT-27351)
...
- It was decided to update coroutines to 1.0.0 not to 0.30.0 for 1.3
- Always update to 0.27.0-eap13 coroutines for versions before 0.27.0
#KT-27351 Fixed
2018-10-02 15:54:10 +03:00
Mikhail Glukhikh
75b27f890a
Fix tests in mobile shared library wizard #KT-27335 Fixed
2018-10-02 13:08:45 +03:00
Alexey Sedunov
b5d3520db9
MPP: Add MPP sources roots to dependent Android module
...
#KT-27331 Fixed
2018-10-02 11:18:09 +03:00
Mikhail Zarechenskiy
e74469fdfc
Use mutable lists before deserialization of project structure
...
The problem is that we perform xml deserialization using intellij
mechanism which tries to clear target object if it isn't unmodifiable
(see CollectionBinding.isMutableCollection). This check fails for
kotlin.EmptyList (emptyList()) which then cause exception
#KT-27321 Fixed
2018-10-01 19:43:03 +03:00
Ilya Chernikov
c50e880173
Implement more precise diagnostic when a standard script template is missing
...
adapt quickfix accordingly
#KT-26505 fixed
2018-10-01 18:34:15 +02:00
Vyacheslav Gerasimov
28c84d0e00
183: Make 183 plugin compatible with upcoming Idea 191
2018-10-01 15:35:50 +03:00
Mikhail Glukhikh
6dbb51d7a7
MPP wizards: remove AS bunches (anyway they aren't accessible for AS)
2018-10-01 15:07:44 +03:00
Alexey Sedunov
a24e58f5a0
Configuration: Update repository URLs to use HTTPS instead of HTTP
...
#KT-27095 Fixed
2018-10-01 14:46:52 +03:00
Alexey Sedunov
03b289b899
Configuration: Do not save default values of sourceMapEmbedSources
2018-10-01 14:46:52 +03:00
Alexey Sedunov
0765cb9c62
Minor: Fix model access
2018-10-01 14:46:52 +03:00
Mikhail Glukhikh
199ae3bac8
Forbid all MPP wizards in IDEA 173, but leave them in AS 3.1
...
Related to KT-27267
2018-10-01 14:36:52 +03:00
Mikhail Glukhikh
4c85616ee3
Forbid all MPP native-related wizards in IDEA 181, but leave in AS 3.2
...
Related to KT-27267
2018-10-01 14:36:51 +03:00
Alexander Udalov
009f18f1f4
Split AnalysisFlag values to AnalysisFlags and JvmAnalysisFlags
...
Declare AnalysisFlags in module 'frontend', and JvmAnalysisFlags in
module 'frontend.java', to avoid leaking Java-related logic to common
compiler code
2018-10-01 13:31:00 +02:00
Alexey Sedunov
c59779f5b9
MPP: Retain KotlinSourceSetInfo for Android in data nodes
...
User data is not serialized which leads to broken import on reopening
#KT-27213 Fixed
2018-10-01 13:55:35 +03:00
Alexey Sedunov
c183c5b36a
MPP: Add dependencies for all source sets for a given Android variant
2018-10-01 13:55:31 +03:00
Alexey Sedunov
63500216f0
MPP: Fix recognition of test source sets in Android projects
...
#KT-27212 Fixed
2018-10-01 13:55:26 +03:00
Alexey Sedunov
5b8208c751
MPP: Fix import failure in the case unresolved dependency is found
...
Instead report unresolved dependencies in Gradle build results
#KT-27029 Fixed
2018-10-01 13:55:22 +03:00
Alexey Sedunov
99f63f2ebd
Configuration: Use model provider to access facets
...
Otherwise newly created Android project may get invalid SDK
until the reimport is performed
#KT-27193 Fixed
2018-10-01 13:55:16 +03:00
Mikhail Glukhikh
eb528c3d65
MPP mobile wizard: generate also Xcode (r) project for iOS
...
#KT-27178 Fixed
2018-10-01 13:46:37 +03:00
Dmitriy Dolovov
21952960f6
[K/N] Allow common source sets in projects created with wizard
...
Issue #KT-27232 Fixed
2018-10-01 16:36:32 +07:00
Nikolay Krasko
b09ec3cbb3
Shortcut quick fix for migrating all coroutines in the project (KT-27164)
...
#KT-27164 Fixed
2018-09-29 16:27:45 +03:00
Nikolay Krasko
282407c4a7
Minor: register problems through holder function
2018-09-29 16:27:43 +03:00
Nikolay Krasko
0efb4cc5f6
Refactoring: extract fun in ObsoleteExperimentalCoroutinesInspection.kt
2018-09-29 16:27:42 +03:00
Toshiaki Kameyama
d89947bd5a
"Convert put to assignment": don't report on 'super' #KT-27146 Fixed
2018-09-28 19:43:05 +03:00
Leonid Startsev
b611facd71
Check if serialization plugin presents in the facet compiler classpath before applying extensions logic
...
#KT-27166 Fixed
2018-09-28 18:31:03 +03:00
Mikhail Glukhikh
ab05f17d1d
Fix ifThenToSafeAccess inspection test
2018-09-28 15:11:40 +03:00
Nikolay Krasko
1901331ee5
Remove NotificationAction.createSimple to fix compilation in 173
2018-09-28 10:37:43 +03:00
Dmitry Petrov
0191e3d1cf
Migrate to release coroutines
2018-09-27 21:59:31 +03:00
Yan Zhulanow
bbc73ec0e5
MPP: Fix JPS tests
...
Move back the application check as only the class presence check is not sufficient.
2018-09-27 21:31:30 +03:00
Mikhail Glukhikh
ca4547c40a
Add Maven Publish to MPP library wizards (in progress) #KT-27201 Fixed
2018-09-27 20:16:05 +03:00
Mikhail Glukhikh
e7100838d0
Introduce MPP wizard for mobile (Android / iOS) libraries
...
#KT-27200 Fixed
2018-09-27 19:43:04 +03:00
Nikolay Krasko
41bd29c3e9
Replace migration dialog with sticky popup (KT-27163)
...
#KT-27163 Fixed
2018-09-27 18:48:54 +03:00
Pavel V. Talanov
ce9028e367
Prefer data from facet settings when computing module js output root
...
#KT-26872 Fixed
2018-09-27 17:21:09 +02:00
Dmitriy Dolovov
bfa6d57e34
[K/N] Improvements in new application wizard in IDEA
...
Issue #KT-27210 Fixed
2018-09-27 18:37:46 +07:00
Nikolay Krasko
056c61090d
Ignore non-kotlin modules during building migration information (KT-27100)
...
Otherwise maximum settings might be always obtained from project compiler
settings and thus stay unchanged during migration process.
#KT-27100 Fixed
2018-09-27 11:59:49 +03:00
Pavel V. Talanov
2d52865415
Default to plain 'Run' icon when calculating icons for common code
...
#KT-26942 Fixed
2018-09-27 10:51:43 +02:00
Alexey Sedunov
8d3e997a82
Configuration: Do not configure SDK for Android modules
...
This is already done by the Android plugin itself
#KT-27193 Fixed
2018-09-27 10:46:44 +02:00
Mikhail Glukhikh
258999fa9e
Always use Gradle wrapper 4.7 in MPP projects #KT-27177 Fixed
2018-09-27 10:45:00 +03:00
Leonid Startsev
40b3514a47
Include serialization config in IDE for IDEA 183, AS 3.2 and 3.3
2018-09-26 19:47:07 +03:00
Mikhail Zarechenskiy
d0ed76ebc8
183: Fix exception about unmapped lambda argument from IDE inspection
...
Intention: obtain lambda argument for some parent call,
then get that call (for the lambda argument) and map
the argument to the parameter.
Before the fix, we were getting call for inner element,
not for the lambda argument and as a result, there were exceptions.
#KT-26873 Fixed
2018-09-26 18:03:34 +03:00
Alexey Sedunov
c1b3e72ae8
Gradle: Inherit project SDK when no explicit one is specified
...
#KT-27145 Fixed
2018-09-26 16:59:46 +03:00
Mikhail Glukhikh
a97f2bb992
Introduce MPP wizard for mobile (Android / iOS) applications
...
This mobile wizard already contains skeleton
Finally #KT-25952 Fixed
Also #KT-26786 Fixed
2018-09-26 15:41:24 +03:00
Pavel V. Talanov
a258908fbb
Create ModuleInfos for newmpp modules with missing roots accurately
...
#KT-27010 Fixed
#KT-27133 Fixed
2018-09-26 13:46:45 +02:00
Pavel V. Talanov
cc1be5f559
Introduce SourceType and use KotlinFacetSettings.isTestModule
...
Refactor dealing with production/test roots
Remove ad-hoc code in KotlinMultiplatformRunLocationsProvider
2018-09-26 13:46:45 +02:00
Nikolay Krasko
1be491504a
Fix formatting for when with subjects (KT-27027)
...
#KT-27027 Fixed
2018-09-26 13:35:36 +03:00