alex.hart
12/13/2017, 1:44 PMroughike
12/13/2017, 1:46 PMalex.hart
12/13/2017, 2:21 PMarocnies
12/13/2017, 11:37 PMsteamstreet
12/14/2017, 3:22 AMcommon
module, a common-js
and a common-jvm
, and then another JVM module that depends on common-jvm
. All compiles fine with Gradle, but the latest IntelliJ fails to compile, saying that it can’t find definitions, even though the source code is not marked red.xdetant
12/14/2017, 5:04 PMegorand
12/18/2017, 5:18 PMinternal
members of the common module from a platform module, but this seems to work - is this a known issue?karelpeeters
12/18/2017, 7:40 PMoshai
12/27/2017, 8:04 PMkotlin-logging
multi platform (supports also js).
After watching yole video about it I still have one open question about the concept:
I will create such support the lib will have 2 artifacts one for jvm and one for js.
How should Application developer with multiplatfom code depend on kotlin-logging? the jvm module will depend the jvm artifact, the js module will depend js artifact, but what should the common code depend on? third artifact for common? should it be an artifact only for compilation (because js will have same classes also for example)?lewik
12/28/2017, 7:21 AMlewik
12/28/2017, 11:07 AMvmichalak
01/04/2018, 9:57 AMvmichalak
01/04/2018, 9:57 AMjw
01/04/2018, 2:47 PMSam
01/10/2018, 12:08 AMjw
01/12/2018, 8:49 PMvsazel
01/17/2018, 7:47 AMsteamstreet
01/23/2018, 6:05 AMmarcinmoskala
01/23/2018, 12:28 PM@JvmName
can be used on common modules, but @JsName
not. Any way to set name for JS in multiplatform projects? (Problem is that JS doesn't accept names like fun `this is name`(){}
)marcinmoskala
01/29/2018, 3:50 AMgaetan
01/29/2018, 10:03 AMtimm
01/30/2018, 12:08 PMlewik
02/03/2018, 2:53 PMcolintheshots
02/04/2018, 2:27 PMrellenberger
02/06/2018, 5:56 PMczyzby
02/10/2018, 9:28 PMSimone Civetta
02/17/2018, 12:56 PMkotlin-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?benleggiero
02/19/2018, 4:31 AMRob
02/19/2018, 1:37 PMdavid.bilik
02/20/2018, 12:40 PM