Tips

Visual, standalone, bite-sized learning resources organized into different categories.

Select Kotlin Multiplatform dependencies
Select Kotlin Multiplatform dependencies
Select Kotlin Multiplatform dependencies in the Dependencies tool window.
Generate UML Diagrams for your Kotlin code
Generate UML Diagrams for your Kotlin code
JVM developers working with Kotlin code can create UML diagrams for their Kotlin classes, just like they could with Java classes.
Prevent a Package Depending Upon Another
Prevent a Package Depending Upon Another
Enforce architecture rules, such as data access layers not depending upon UI layers.
Remove Explicit Type in Kotlin
Remove Explicit Type in Kotlin
Use quick intentions to remove explicit types.
Put Kotlin Arguments on Separate Lines
Put Kotlin Arguments on Separate Lines
Use quick intentions to improve the readability of your code by putting arguments on separate lines.
Kotlin Code Completion
Kotlin Code Completion
Use code and statement completion to write code faster.
Extract Parameter
Extract Parameter
Extract code to a parameter in Kotlin.
Add Names to Call Arguments in Kotlin
Add Names to Call Arguments in Kotlin
Use quick intentions to add names to call arguments.
Add Remaining Branches in Kotlin
Add Remaining Branches in Kotlin
Use quick intentions to generate code automatically and save you typing.