Skip to content

Instantly share code, notes, and snippets.

View matheusbristot's full-sized avatar

Matheus Bristot matheusbristot

View GitHub Profile
@matheusbristot
matheusbristot / NavigationSupport.kt
Created July 22, 2022 12:22
Compose Navigation Support - Gson
import android.os.Bundle
import android.os.Parcelable
import androidx.navigation.NavArgumentBuilder
import androidx.navigation.NavBackStackEntry
import androidx.navigation.NavType
import androidx.navigation.navArgument
import com.google.gson.Gson
inline fun <reified T : Parcelable?> createNavArgument(
argNamed: String,