From 9ff93d1c4e0525df56701d03d53dbbc168595ada Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 30 Oct 2020 20:25:43 +0100 Subject: [PATCH] Note about org.httpkit.{client,server} [skip ci] --- doc/dev.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/dev.md b/doc/dev.md index 352e9031..43d084dc 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -86,6 +86,8 @@ something in a sqlite / mysql DB and reads something from it. Keep notes here about how adding libraries and classes to Babashka affects the binary size. We're registering the size of the macOS binary (as built on CircleCI). +2020/10/30 Without httpkit client+server: 68113436. With: 69503316 = 1390kb added. + 2020/05/01 Removed `next.jdbc` and postgres JDBC driver: 48304980 2020/04/23 Added `next.jdbc` and postgres JDBC driver: