-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently all samples are inside kotlin-jvm and are self-contained in their own package, with each having its main() function.
But what about Android? There are lots of good libraries to demo there.
The challenge would be to keep things simple.
Ideally a sample for a given library would be contained in a single file like it's done in kotlin-jvm
, and then called from a RecyclerView
I will also create issues for Android samples. It won't make sense to work on them yet, but if someone feels like working on it once kotlin-android
is created, we can already assign it to her.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request