Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 450 Bytes

events.md

File metadata and controls

19 lines (15 loc) · 450 Bytes
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>