karakum-team / karakum

Converter of TypeScript declaration files to Kotlin declarations
Apache License 2.0
37 stars 0 forks source link

Explicit public modifier #14

Closed aaziz993 closed 2 months ago

aaziz993 commented 2 months ago

Hi. Can you please explain me is it possible to add public modifier to externals and variables. I need it because I use explicitApi().

turansky commented 2 months ago

Could you solve this problem with linter/formatter?

aaziz993 commented 2 months ago

Could you solve this problem with linter/formatter?

Thats the first I thought about, but fow now I have no idea how to configure a rule in linter to add public modifier to all neccessary declaration only in karakum generated directory. Thats why I though mabe karakum has such option and I miss it.

Thanks for reply.