Kotlin
Posts filed under tag: Kotlin
Eliminate PR Noise with ktfmt
Few things are as frustrating during a code review as seeing a 50-line diff, only to realize that 45 of those lines are just re-ordered imports or adjusted …Creating and releasing an application
Creating and releasing an application I love sim racing, so I thought it would be an interesting exercise to create an application that makes use of Assetto …Sharing gradle configuration
Sharing gradle configuration between modules Source code for this project is available at https://github.com/prule/gradle-sample When setting up multimodule …Clean architecture - part 1
Clean architecture - part 1 After porting my template app over to Kotlin, I thought it was time to attempt rewriting from a layered architecture to a ports and …