Commit Graph

15 Commits

Author SHA1 Message Date
Sebastian Sellmair
b33dabc880 [android] (Koala) Merge AS 2024.1.1 Canary 8. Fix 'ModuleDependenciesInIntellijProjectTest'
GitOrigin-RevId: 322097eea2b85e4569787049932c26b81c6f070e
2024-06-13 08:55:50 +02:00
Sebastian Sellmair
8f85d47559 [android] (Koala) Merge AS 2024.1.1 Canary 8. Remove 'studio-grpc' as present in studio-platform
GitOrigin-RevId: f10b5786a6f9c606cc27635c140adcc966f6c8a7
2024-06-13 08:55:46 +02:00
Sebastian Sellmair
cc1a4070f8 [android] (Koala) Merge AS 2024.1.1 Canary 8
GitOrigin-RevId: 3aad6c40700c53afe89d9884a96140ff032ff7ba
2024-06-13 08:55:02 +02:00
Nikolay Chashnikov
be4a545844 reorder dependencies in *.main modules to ensure that 'intellij.platform.bootstrap' comes first in the classpath (IJPL-986)
This is needed to ensure that 'intellij.platform.bootstrap.coroutine' comes before kotlin-stdlib, so it properly overrides DebugProbesKt class, and coroutines dumps work if the IDE or tests are started without packing modules to JARs and without explicitly specified coroutines agent.

GitOrigin-RevId: 0c59adc46c2a80e14eafdd7bdfe70ac5c0cf995b
2024-05-15 12:05:50 +00:00
Dmitry Yudin
7ca5b270e9 Revert "adjust IDEA (with Android) run target"
This reverts commit cbfcfb910dd8ee5a237d0092a035fa1f72ed9cdd.

GitOrigin-RevId: 97f19ba14704ae3038af358a0b3ad6fbb8926d71
2023-01-20 16:34:25 +00:00
Kristoffer Andersen
2f776e2b7f adjust IDEA (with Android) run target
GitOrigin-RevId: cbfcfb910dd8ee5a237d0092a035fa1f72ed9cdd
2022-11-28 20:03:39 +00:00
Nebojsa Vuksic
82abefb21c Add missing intellij.android.navigator module dependency
Intellij Idea Community failed to load Android plugin because of missing `intellij.android.navigator` module dependency.

GitOrigin-RevId: 0e2025a31c4dd18d22cafa6b5c158b329b7e806a
2022-11-15 10:49:34 +00:00
Andrei Kuznetsov
c452390bf6 IDEA-275522 [merge-4.3] add kotlin-plugin and layoutlib to "idea with android" runtime classpath
GitOrigin-RevId: df688d6491b4f798987147d36796bdb940a58a6c
2021-09-02 12:53:45 +00:00
Andrei Kuznetsov
e025bcbe56 IDEA-275522 [merge-4.3] fix project structure (imls)
GitOrigin-RevId: 6a4ffbdd27e06ee31aa81bbddbc3252da3780d0a
2021-09-02 11:19:42 +00:00
Andrei Kuznetsov
aee4aa6259 IDEA-268850 [merge-android-42] fix compilation after merge
GitOrigin-RevId: 01b7752ec4ef4a5cca1b256841dde75044190700
2021-05-25 09:30:34 +00:00
Andrei Kuznetsov
619489bef8 IDEA-254379: Get rid of two kotlin plugins: replace KotlinPlugin lib with intellij.android.kotlin-dependencies module
KotlinPlugin is referencing jars that are created after compilation. That's why this library is not suitable for anything except being a RUNTIME dependency. Module, on the other hand, can be used in any scope.

intellij.android.kotlin-dependencies will be renamed to intellij.kotlin.plugin.community.main in the following commit.

GitOrigin-RevId: 168c597b6f385489c783c6731a9964b93c3821b8
2021-04-30 21:09:58 +00:00
Andrei Kuznetsov
b926f5dd49 IDEA-259832: rename module android.jps > android.jpsBuildPlugin.jps
GitOrigin-RevId: fce409f075eac01068469e26bb3cf85d8c2dc0d8
2021-02-14 21:47:04 +00:00
Andrei Kuznetsov
5fa378012d IDEA-259832: fix compileServer classpath of android.jpsBuildPlugin
GitOrigin-RevId: d05ce60c10d430b862361e2e415891763714fd59
2021-02-12 19:52:36 +00:00
Andrei Kuznetsov
849cb059f7 Android: fix 'IDEA with Android' run configuration
GitOrigin-RevId: cac2aa8ac221c7a9ea1aea9b02c1f3b54c9e0672
2020-12-31 13:21:35 +00:00
Andrei Kuznetsov
19f61cc106 IDEA-251003: add IDEA with Android run configuration to community
and remove `Android Studio` run configuration. It does not work, and it is not possible to repair it: there is no compatible kotlin plugin for IJ master that pretends to be Android Studio (kotlin plugin for IJ explicitly says that it is `<incompatible-with>com.intellij.modules.androidstudio</incompatible-with>`, latest kotlin plugin for AS explicitly declares `until-build` which is usually one major version before the master version).

GitOrigin-RevId: 8152962e29ea2a78feca66965a40b5f5c2108cb8
2020-09-18 18:55:45 +00:00