android-dts-generator
android-dts-generator copied to clipboard
A tool that generates TypeScript declaration files (.d.ts) from Jars
Updating definitions to arbitrary android sdk version
I'm trying to update my tns-platform-declarations to use the latest android sdk. I've generated the definitions for the respective sdks and replaced the include in `tns-platform-declarations/android/android.d.ts` to use the generated...
Classes java.* do not include dots between them eg. javalangObject
Recently updated to the latest generator and I'm noticing that many times `java.*` classes do not include periods. I notice you create a reference outside the `module` declarations but most...
Classes don't expose static fields from interfaces
Hi, I'm using the aforementioned experimental build option and it is quite handy. What I noticed though is that if there is an inheritance then it is not possible to...
Input aar file type support
How would I go about using an `aar` file instead of `jar`? I'd like to input `play-services-maps-9.4.0.aar` into the dts-generator.
Importing dependencies for a .jar file
# TLDR > How do I import all the dependencies required for a `jar` file I'm setting as input? First I want to say, this repository is a game changer...
Kotlin can generate namespaces with `function`. We end up with `export module function` which is forbidden. Not sure if we can fix this and still keep the typings for that...
example `implementation 'com.drivequant.drivekit:drivekit-trip-analysis:1.27.2'`
The [AppCues SDK](https://github.com/appcues/appcues-android-sdk) demonstrates a great case of conditions to consider to improve the typing generation. If types are generated the following issues will be seen: - generics that aren't...
Fix issue run command `gradlew jar` by removing whitespace in ns_default_bcel_version