Skip to content

Instantly share code, notes, and snippets.

View chaostools's full-sized avatar
🎯
bursting my brainz out

Master A, the bringer of chaos chaostools

🎯
bursting my brainz out
View GitHub Profile
@alexforrester
alexforrester / Moshi Kotlin Codegen Example with Custom Adapter
Last active August 28, 2022 19:39
Moshi Kotlin Codegen Example with Custom Adapter
//app build.gradle
apply plugin: 'kotlin-kapt'
...
dependencies {
{
//Moshi Core
implementation "com.squareup.moshi:moshi:1.8.0"
//Moshi Codegen