Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Version 2.5.0 doesn't export Gson class #32

Open
rocboronat opened this issue Jul 17, 2017 · 1 comment
Open

Version 2.5.0 doesn't export Gson class #32

rocboronat opened this issue Jul 17, 2017 · 1 comment

Comments

@rocboronat
Copy link

image

😢

@pinkiesky
Copy link

Import Gson as com.google.gson.Gson
Example:

import com.github.salomonbrys.kotson.fromJson
import com.google.gson.Gson

class Example {
    private val gson = Gson()

    fun onMessage(message: String) {
        val list1 = gson.fromJson<List<String>>(message)  // perfect!
    }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants