All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.wisp.moshi.MoshiExtensions.kt Maven / Gradle / Ivy

There is a newer version: 2024.09.23.190942-fac7598
Show newest version
package wisp.moshi

import com.squareup.moshi.Moshi

inline fun  Moshi.adapter() = this.adapter(T::class.java)!!




© 2015 - 2024 Weber Informatics LLC | Privacy Policy