Set up Kotlin source directory from Gradle Kotlin DSL
Tip
Create Xcode file templates and share them with your team
When creating new files in Xcode the built-in templates often contain code we immediately delete or need to alter. We will explore the process of creating our own templates and how to go about sharing them with the rest of our team members.
Article
Enable Java 8 compatibility for Kotlin sources
Tip
Manage Gradle dependencies using Kotlin code in buildSrc
Tip
Manage your Gradle dependencies in Kotlin, even from Groovy scripts
As projects grow we can quickly run into issues with dependency management. We will explore the ways Gradle allows us to define our dependencies, ending with looking at using Kotlin source files and easily accessing them from our Gradle scripts.
Article