You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 RecyclerViewI 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.The text was updated successfully, but these errors were encountered: