serialize to json

This commit is contained in:
Josia Pietsch 2024-12-23 02:29:17 +01:00
parent 36ee8033ed
commit 970c160f4a
Signed by: jrpie
GPG key ID: E70B571D66986A2D
12 changed files with 668 additions and 572 deletions

View file

@ -13,6 +13,8 @@ buildscript {
classpath 'com.android.tools.build:gradle:8.7.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.android.tools.build:gradle:$android_plugin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files