Upgrading Kotlin from 1.3.61 to 1.3.70 ruined my c...
# javascript
r
Upgrading Kotlin from 1.3.61 to 1.3.70 ruined my complicated build system for KVision and it's modules 😕 I was still using some old and deprecated plugins, but I hoped it will work fine at least till 1.4 ... I haven't found anything in the changelog about such changes.
This is the main problem:
Copy code
A problem occurred evaluating root project 'kvision'.
> Failed to apply plugin [class 'org.jetbrains.kotlin.gradle.plugin.Kotlin2JsPluginWrapper']
   > Cannot configure the 'publishing' extension after it has been accessed.
Perhaps anyone knows a workaround?
t
Do you use deprecated
kotlin2js
plugin?
r
I have this:
Copy code
apply plugin: 'kotlin-platform-js'
    apply plugin: 'org.jetbrains.kotlin.frontend'
t
Migration time has come!
r
two days passed and I'm still migrating ... ;-)
t
Open source project?
r
t
Any open questions?
r
Thx, but I've managed to workaround all problems so far 🙂