commit | 49b2d6b888a2a96fc0948da81a779a90b4624170 | [log] [tgz] |
---|---|---|
author | Jiayu Liu <jiayu.liu@airbnb.com> | Wed Apr 06 16:49:09 2022 +0800 |
committer | Jens Geyer <jensg@apache.org> | Wed Apr 20 23:49:33 2022 +0200 |
tree | 11b532385bcf72e8ea1188ed489de0c905164a42 | |
parent | eac5103f8204021f7b5436001319c2b17ed5644f [diff] [blame] |
THRIFT-5548: add kotlin code gen Client: kotlin Patch: Jiayu Liu This closes #2556
diff --git a/lib/Makefile.am b/lib/Makefile.am index 1411221..64b9030 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am
@@ -36,6 +36,11 @@ SUBDIRS += js endif +if WITH_KOTLIN +SUBDIRS += kotlin +PRECROSS_TARGET += precross-kotlin +endif + if WITH_PYTHON SUBDIRS += py endif