thana
01/21/2019, 9:01 AMjtsgen
, a project written in java that allows to generate typscript typings from java- and kotlin classes. the problem: it uses kapt
to generate them which drives it more or less impossible. i'd need to use it as common
-dependency to use the annotations which isn't possible and OTOH using kapt seems to be impossible in MPP, too.
But there is a glimmer of hope left: in fact we would need this dependency only at compiletime and there is nothing left at runtime.
Can anyone imagine a way to use it?orangy
thana
01/21/2019, 9:30 AMorangy
thana
01/21/2019, 9:37 AMd.ts
files would be a artefact of the MPPorangy
orangy
thana
01/21/2019, 10:06 AM