SlideShare a Scribd company logo
Kotlin everywhere
Who’s speaking
Rob @ NYT
Boris @
ClearScore
2
#CPIT2
sli.do
Join the discussion
Where
https://pusher.com/state-of-kotlin
Desktop apps
with a little bit of Tornado™
● JavaFX
● Beautiful DSL
● UI + Background thread
● Injection
● REST
● Field validation
● Can work™ with JS
TornadoFX
6
tornadofx.io
goo.gl/qSjBPG
goo.gl/gcrZss
iOS apps
and Android (but we wanted the WOW moment)
Kotlin Native
COMMON
no platform specific
dependencies
class/function declaration
9
PLATFORM
implementations of
platform-dependent
declarations in the common
module
always an implementation
of a single common module
REGULAR
targets specific platform
can be dependency of
platform modules
can depend on platform
modules
10
◇ common module defines
expected declarations
◇ expected declarations never
contain any implementation
code
11
expected
12
actual
◇ platform module provides
actual declarations
◇ actual declarations must
match expected
declarations
13
package org.jetbrains.foo
expect class Foo(bar: String) {
fun frob()
}
fun main(args: Array<String>) {
Foo("Hello").frob()
}
14
package org.jetbrains.foo
actual class Foo actual constructor(val bar:
String) {
actual fun frob() {
println("Frobbing the $bar")
}
}
JVM Backend
16
Javascript
Both Frontend and Backend!
18
19
◇ You can set and call
everything you want on
properties of this type
◇ Disables compiler checks
(beware of runtime errors)
20
dynamic
◇ Kotlin assumes the
implementation is provided
by the developer (in JS)
◇ The compiler will not
generate JS code for this
function
◇ No auto completion
21
external
22
external fun require(module: String): dynamic
fun main(args: Array<String>) {
val app = require(“express”)
app.get(“/hello”, {req, res ->
res.send(“Hello world!”)
})
}
}
23
{
Kotlin wrappers
24
@JsModule(“express”)
external class Express {
fun get(
route: String,
callback: (req: Request, res: Response) -> Unit
)
external class Request
external class Response {
fun send(data: String)
}
}
}
25
{
Kotlin wrappers
https://github.com/JetBrains/kotlin-wrappers
Thanks!
Any questions?
You can find us at:
◇ @_tiwiz
◇ @borisdamato
26

More Related Content

What's hot (7)

PDF
Types - slice, map, new, make, struct - Gopherlabs
sangam biradar
 
PDF
Use MQTT in Docker on Raspberry Pi
Philip Zheng
 
ODP
Not so brief history of Linux Containers
Kirill Kolyshkin
 
PDF
GUI Programming with Perl / GTK
Anuradha Weeraman
 
PDF
Developing GNOME Apps in Javascript
Felipe Borges
 
PDF
Building Multi-platform Video Games for the Cloud
Chris Schalk
 
PPT
C under Linux
n/a - currently unemployed
 
Types - slice, map, new, make, struct - Gopherlabs
sangam biradar
 
Use MQTT in Docker on Raspberry Pi
Philip Zheng
 
Not so brief history of Linux Containers
Kirill Kolyshkin
 
GUI Programming with Perl / GTK
Anuradha Weeraman
 
Developing GNOME Apps in Javascript
Felipe Borges
 
Building Multi-platform Video Games for the Cloud
Chris Schalk
 

Similar to Kotlin everywhere: share your kotlin code across platforms (20)

PDF
Multiplatform shared codebase with Kotlin/Native - UA Mobile 2019
Eugene Kurko
 
PDF
Multiplatform shared codebase with Kotlin/Native - UA Mobile 2019
UA Mobile
 
PDF
Import golang; struct microservice
Giulio De Donato
 
PDF
Kotlin Coroutines and Android sitting in a tree - 2018 version
Kai Koenig
 
PDF
Adopting Flutter in Native Mobile Applications
Alexandru Terente
 
PDF
Multiplatform Apps with Spring, Kotlin, and RSocket
VMware Tanzu
 
PDF
Kotlin The Whole Damn Family
Garth Gilmour
 
PPTX
ColdBox i18N
Oğuz Demirkapı
 
PPTX
INTRODUCTION TO FLUTTER BASICS.pptx
20TUCS033DHAMODHARAK
 
PDF
CBDW2014- Intro to CommandBox; The ColdFusion CLI, Package Manager, and REPL ...
Ortus Solutions, Corp
 
PPTX
Why to Choose Kotlin in 2023 to Build Mobile Apps Faster?
9 series
 
PPTX
Cross platform app development with flutter
Hwan Jo
 
PPTX
Comparing C and Go
Marcin Pasinski
 
PDF
20220412-kmp-humantalks.pdf
NicolasHaan1
 
PDF
Cordova 3, apps para android
Droidcon Spain
 
PDF
Maximilian Michels – Google Cloud Dataflow on Top of Apache Flink
Flink Forward
 
PDF
OpenZFS code repository
Matthew Ahrens
 
PDF
Xamarin for (not only) Android developers
Aleksander Piotrowski
 
PDF
Les ZAPeroTech #4 : découverte de Flutter
DocDoku
 
PDF
Odo improving the developer experience on OpenShift - hack &amp; sangria
Jorge Morales
 
Multiplatform shared codebase with Kotlin/Native - UA Mobile 2019
Eugene Kurko
 
Multiplatform shared codebase with Kotlin/Native - UA Mobile 2019
UA Mobile
 
Import golang; struct microservice
Giulio De Donato
 
Kotlin Coroutines and Android sitting in a tree - 2018 version
Kai Koenig
 
Adopting Flutter in Native Mobile Applications
Alexandru Terente
 
Multiplatform Apps with Spring, Kotlin, and RSocket
VMware Tanzu
 
Kotlin The Whole Damn Family
Garth Gilmour
 
ColdBox i18N
Oğuz Demirkapı
 
INTRODUCTION TO FLUTTER BASICS.pptx
20TUCS033DHAMODHARAK
 
CBDW2014- Intro to CommandBox; The ColdFusion CLI, Package Manager, and REPL ...
Ortus Solutions, Corp
 
Why to Choose Kotlin in 2023 to Build Mobile Apps Faster?
9 series
 
Cross platform app development with flutter
Hwan Jo
 
Comparing C and Go
Marcin Pasinski
 
20220412-kmp-humantalks.pdf
NicolasHaan1
 
Cordova 3, apps para android
Droidcon Spain
 
Maximilian Michels – Google Cloud Dataflow on Top of Apache Flink
Flink Forward
 
OpenZFS code repository
Matthew Ahrens
 
Xamarin for (not only) Android developers
Aleksander Piotrowski
 
Les ZAPeroTech #4 : découverte de Flutter
DocDoku
 
Odo improving the developer experience on OpenShift - hack &amp; sangria
Jorge Morales
 
Ad

Recently uploaded (20)

PDF
Zilliz Cloud Demo for performance and scale
Zilliz
 
PPTX
Pharmaceuticals and fine chemicals.pptxx
jaypa242004
 
PDF
6th International Conference on Machine Learning Techniques and Data Science ...
ijistjournal
 
PDF
monopile foundation seminar topic for civil engineering students
Ahina5
 
PDF
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
PPTX
Innowell Capability B0425 - Commercial Buildings.pptx
regobertroza
 
PDF
A presentation on the Urban Heat Island Effect
studyfor7hrs
 
PDF
International Journal of Information Technology Convergence and services (IJI...
ijitcsjournal4
 
PDF
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
PPT
inherently safer design for engineering.ppt
DhavalShah616893
 
PPTX
Thermal runway and thermal stability.pptx
godow93766
 
PPTX
MPMC_Module-2 xxxxxxxxxxxxxxxxxxxxx.pptx
ShivanshVaidya5
 
PDF
UNIT-4-FEEDBACK AMPLIFIERS AND OSCILLATORS (1).pdf
Sridhar191373
 
PPTX
Hashing Introduction , hash functions and techniques
sailajam21
 
PDF
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
PDF
PRIZ Academy - Change Flow Thinking Master Change with Confidence.pdf
PRIZ Guru
 
PDF
Additional Information in midterm CPE024 (1).pdf
abolisojoy
 
PDF
Introduction to Productivity and Quality
মোঃ ফুরকান উদ্দিন জুয়েল
 
PPTX
Green Building & Energy Conservation ppt
Sagar Sarangi
 
PPTX
EC3551-Transmission lines Demo class .pptx
Mahalakshmiprasannag
 
Zilliz Cloud Demo for performance and scale
Zilliz
 
Pharmaceuticals and fine chemicals.pptxx
jaypa242004
 
6th International Conference on Machine Learning Techniques and Data Science ...
ijistjournal
 
monopile foundation seminar topic for civil engineering students
Ahina5
 
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
Innowell Capability B0425 - Commercial Buildings.pptx
regobertroza
 
A presentation on the Urban Heat Island Effect
studyfor7hrs
 
International Journal of Information Technology Convergence and services (IJI...
ijitcsjournal4
 
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
inherently safer design for engineering.ppt
DhavalShah616893
 
Thermal runway and thermal stability.pptx
godow93766
 
MPMC_Module-2 xxxxxxxxxxxxxxxxxxxxx.pptx
ShivanshVaidya5
 
UNIT-4-FEEDBACK AMPLIFIERS AND OSCILLATORS (1).pdf
Sridhar191373
 
Hashing Introduction , hash functions and techniques
sailajam21
 
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
PRIZ Academy - Change Flow Thinking Master Change with Confidence.pdf
PRIZ Guru
 
Additional Information in midterm CPE024 (1).pdf
abolisojoy
 
Introduction to Productivity and Quality
মোঃ ফুরকান উদ্দিন জুয়েল
 
Green Building & Energy Conservation ppt
Sagar Sarangi
 
EC3551-Transmission lines Demo class .pptx
Mahalakshmiprasannag
 
Ad

Kotlin everywhere: share your kotlin code across platforms