Skip to content

Commit

Permalink
fix: added jvm overloads (#353)
Browse files Browse the repository at this point in the history
fix: added jvm overloads
  • Loading branch information
itsdebs authored Oct 31, 2023
1 parent 2b47028 commit 0cd4d5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import com.google.gson.annotations.SerializedName
import com.rudderstack.rudderjsonadapter.JsonAdapter
import com.squareup.moshi.Json

data class LibraryMetadata(
data class LibraryMetadata @JvmOverloads constructor(
@get:JsonProperty("name")
@SerializedName("name")
@Json(name = "name")
Expand Down

0 comments on commit 0cd4d5d

Please sign in to comment.