Kruger Brent
06/06/2019, 7:31 PMDominaezzz
06/06/2019, 7:32 PMsettings.gradle.kts
?Kruger Brent
06/06/2019, 7:33 PMDominaezzz
06/06/2019, 7:35 PMinclude(":cocoapods")
at the bottom.Kruger Brent
06/06/2019, 7:36 PMDominaezzz
06/06/2019, 7:38 PMsettings.gradle.kts
.Kruger Brent
06/06/2019, 7:38 PMDominaezzz
06/06/2019, 7:39 PMKruger Brent
06/06/2019, 7:40 PMFailed to apply plugin [id 'org.jetbrains.kotlin.jvm']> Cannot add extension with name 'kotlin', as there is an extension already registered with that name.
build.gradle.kts
Dominaezzz
06/06/2019, 7:43 PMKruger Brent
06/06/2019, 7:44 PM* What went wrong:
An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.jvm', version: '1.3.40-eap-40']
> Failed to apply plugin [id 'org.jetbrains.kotlin.jvm']
> Cannot add extension with name 'kotlin', as there is an extension already registered with that name.
Dominaezzz
06/06/2019, 7:44 PMKruger Brent
06/06/2019, 7:45 PMkotlin(''jvm")
i guessDominaezzz
06/06/2019, 7:45 PMKruger Brent
06/06/2019, 7:45 PMDominaezzz
06/06/2019, 7:46 PMKruger Brent
06/06/2019, 7:47 PMDominaezzz
06/06/2019, 7:48 PMKruger Brent
06/06/2019, 7:50 PMcocoapods
is the root right, and aren't we adding that as a submodule to kotlin-library
project, whereas shouldn't it be the other way?gradle build
command, no luckDominaezzz
06/06/2019, 7:51 PMKruger Brent
06/06/2019, 7:51 PMDominaezzz
06/06/2019, 7:53 PMinclude
btw.Kruger Brent
06/06/2019, 7:53 PMDominaezzz
06/06/2019, 7:56 PMkotlin-folder
to be the root directory.Kruger Brent
06/06/2019, 7:59 PMpod install
and an xcworkspace was generated. Now when I launch in Xcode, it opens up with the kotlin-library pod
.Dominaezzz
06/06/2019, 8:01 PMkotlin-library
folder.maven("......")
is slightly shorter than maven { setUrl("......") }
.Kruger Brent
06/06/2019, 8:01 PMDominaezzz
06/06/2019, 10:08 PMilya.matveev
06/07/2019, 10:57 AMorg.jetbrains.kotlin.native.home
from your gradle.properties
and rerun the build.Kruger Brent
06/07/2019, 2:21 PM