John O'Reilly
09/01/2020, 2:41 PMArkadii Ivanov
09/01/2020, 2:48 PMJohn O'Reilly
09/01/2020, 2:50 PMSebastian Aigner
09/01/2020, 3:00 PMIlya Goncharov [JB]
09/01/2020, 3:25 PMkts
resolved kotlin
extension is not from our Gradle plugin, but from buildSrc
which consider only KotlinMultiplatformExtension
type, but not KotlinJsPlatformExtension
which should be considered inside kotlin js plugin
I mean this function in buildSrc
Arkadii Ivanov
09/01/2020, 3:29 PMkotlin
was unresolved for Project
Ilya Goncharov [JB]
09/01/2020, 4:06 PMkotlin-dsl
on root project, honestly see this kind of errors first time
And seems that something with class loading in Gradle is broken in this casesJohn O'Reilly
09/01/2020, 4:10 PMbuild.gradle
now due to issue in AS 4.9 canary 8 (https://issuetracker.google.com/issues/166468915 )....but using build.gradle.kts
elsewhere in project.....Arkadii Ivanov
09/01/2020, 4:15 PMcocoapods
plugin and its configuration solves the error.id("org.jetbrains.kotlin.native.cocoapods")
up and down inside the plugins
block did not helpJohn O'Reilly
09/01/2020, 4:26 PMArkadii Ivanov
09/01/2020, 4:35 PM