Ankush Gupta

Results 42 comments of Ankush Gupta

Instead of generating extension properties/functions (which IIRC aren't handled well in JS), it might also be possible to generate an entirely new class that wraps that just wraps the JVM...

In Kotlin/JS, you need to annotate everything with `@JsExport` in order for it to be visible from regular JS code. `@JsExport`'s [documentation](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-js-export/) says that it doesn't support extension properties 😔

On further inspection -- it looks like you **can** `@JsExport` an extension **function**, just not extension properties The way this gets exposed though is by converting the receiver to a...

:+1: this would help out a lot 😊

+1 - would love this too

It would be super cool to have the app look up the top 10 most popular decks per class and combine them all to come up with a rough probability...

@chrisjenx Gradle support would rock -- I'm trying to move stuff over to Gradle, but until the libraries I use support it, I'm kinda stuck

Hey @chrisjenx, any progress on this?

@chrisjenx darn, good luck with the launch though! Anyone have an idea how to use SlidingLayerLib with gradle/Android Studio? I have it imported, but I'm getting `error: package R does...

Wait why would I need to change them in the SlidingLayer.java file to point to my package name? Is that how the new `build` folder works?