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
@@ -0,0 +1,6 @@
package be.simplenotes
plugins {
kotlin("jvm") apply false
kotlin("plugin.serialization")
}