Skip to content

Commit

Permalink
update: add multiplatform gif
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhaggarty committed Sep 7, 2023
1 parent 20da4f0 commit f872d3e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/topics/whatsnew-eap.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Green source sets are actually created and present in the project, while gray on

To make it easier to work with the created project structure, IntelliJ IDEA now provides completion for source sets created with the default hierarchy template:

![The IDE completion for source sets names](multiplatform-hierarchy-completion.gif){width=700}
<img src="multiplatform-hierarchy-completion.png" alt="IDE completion for source set names" width="350" animated="true"/>

Kotlin also warns you if you attempt to access a source set which doesn't exist because you haven't declared the respective target.
In the example below, there is no JVM target (only `androidTarget`, which is not the same). But let's try to access the `jvmMain` source set
Expand Down

0 comments on commit f872d3e

Please sign in to comment.