layout | title | docs_nav_id |
---|---|---|
docs-page |
Events |
events |
If you'd like us to come and speak at your event or are giving a talk on Kotlin and would like it published here, please contact us.
<script> require(['page/events'], function(page) { $.getJSON("/data/events.json", function(data){ page(document.getElementById('events'), data); }) }); </script>