Skip to content

Commit 0b84470

Browse files
Add serialization plugin to database build
1 parent b5a0b30 commit 0b84470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-database/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ version = project.property("firebase-database.version") as String
99
plugins {
1010
id("com.android.library")
1111
kotlin("multiplatform")
12+
kotlin("plugin.serialization") version "1.5.10"
1213
}
1314

1415
repositories {

0 commit comments

Comments
 (0)