{% set restyled="v2" %} {% extends 'base.html' %} {% set headerDropdownTheme = "dark" %} {% set metaDescription = "Kotlin is a concise and multiplatform programming language by JetBrains. Enjoy coding and build server-side, mobile, web, and desktop applications efficiently." %} {% block head_preload %} {% endblock %} {% block body_class %}page__index-new{% endblock %} {% block page_outer_content %} {% include 'inc/pages/index/intro.html' %}
{% include 'inc/pages/index/latest-news.html' %}
{% include 'inc/pages/index/code-examples.html' %} {% include 'inc/pages/index/kotlin-values.html' %} {% include 'inc/pages/index/why-section.html' %}

Want to give it a try?

Start using Kotlin today!
Build your first app in your favorite IDE

Get started
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}