Kotlin / kotlin-frontend-plugin

Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Apache License 2.0
561 stars 69 forks source link

Update to Kotlin 1.3.10 and Gradle 5.0 #125

Closed kapot65 closed 5 years ago

kapot65 commented 5 years ago

Fix deprecated code

talon commented 5 years ago

I'm eager to see this merged as it is the only thing blocking multiplatform builds for me, is there anyway I can help? @kapot65

(edit: not blocked actually just the DSL isn't fully available had to use getByName("commonMain").apply { etc.) (edit 2: or val commonMain by getting {})

ghost commented 5 years ago

Urgent :=)

JakeWharton commented 5 years ago

@kapot65 can you rebase this so it's mergeable again?

snrostov commented 5 years ago

@kapot65 Things in Package.install should be executed only in Idea Gradle project import/sync. I fixed and merged it into master manually: 6a869729 and 6f69279d.

Will be released soon.