ntrrgc / ts-generator

Generate TypeScript definitions from Kotlin/Java/JVM classes
Other
262 stars 45 forks source link

Add support for readonly typescript types #14

Open NikolayMetchev opened 5 years ago

NikolayMetchev commented 5 years ago

properties declared as val in kotlin should probably be emitted as readonly in typescript.