Create a new project in IntelliJ and select Gradle. Then select Java and Kotlin as they are mentioned as follows:
- Open IntelliJ.
- Click File | New | Project.
- Select Gradle with Java and Kotlin.
- Enter the Group ID: com.news (you can change it).
Enter the Artifact Id: NewsFeed (you can change it).
- Check the optional checkboxes for Use auto-import and Create separate module per source set, as shown in the following screenshot: