Extract serialization plugin

This commit is contained in:
2020-10-26 17:55:04 +01:00
parent c709f2b44d
commit ea7be84ec3
5 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import be.simplenotes.Libs
plugins {
id("be.simplenotes.base")
kotlin("plugin.serialization") version "1.4.10"
id("be.simplenotes.kotlinx-serialization")
}
dependencies {