From ae5602da76e56685b00a8b7bc110c44a4496ff3e Mon Sep 17 00:00:00 2001 From: Tom Tresansky Date: Thu, 16 May 2024 15:23:52 -0400 Subject: [PATCH] Update how jsonSerialization is configured --- core/data/build.gradle.dcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/data/build.gradle.dcl b/core/data/build.gradle.dcl index ccfd81bb9..a8b503144 100644 --- a/core/data/build.gradle.dcl +++ b/core/data/build.gradle.dcl @@ -12,8 +12,7 @@ androidLibrary { } kotlinSerialization { - version = "1.6.3" - json() + jsonEnabled = true } testing {