https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

Simone Civetta

02/17/2018, 12:56 PM
Hi, I’m trying to get a multiplatform (iOS and Android) project running. Unfortunately as of today it looks like
kotlin-platform-android
has not made primetime yet. Also, if I apply both
kotlin-platform-jvm
and
kotlin-android
I’m getting a
Cannot add extension with name 'kotlin', as there is an extension already registered with that name.
... Am I missing something here?
rubber duck 1
kotlin-platform-android
is indeed available in
1.2.30-eap-47
. Fixed by setting
ext.kotlin_version = ‘1.2.30-eap-47’
2 Views