question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

kotlin-multiplatform and Gradle 4.10

See original GitHub issue

What’s the ETA for supporting new kotlin-multiplatform plugin and 0.4 version of gradle metadata? Right now if I try to import kodein ina kotlin-multiplatform with Gradle 4.10, it gives me an error Unsupported format version 0.3 specified in module metadata. This version of Gradle supports format version 0.4 only. Some other dependencies in my module are already using 0.4, so I can’t use the library.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
luca992commented, Oct 9, 2018

they didn’t build it with kotlin-multiplatform… but that doesn’t mean you can’t use it while using kotlin-multiplatform in your project.

Just add kodein-di-core-common as a dependency to your common source set, and kodein-di-core-jvm to your jvm source set, and so on… for example

0reactions
SalomonBryscommented, Nov 20, 2018

OK, so I’ve published version 6.0.0 AND version6.0.0-LGM. LGM stands for Latest Gradle Metadata, and is the exact same kodein, except with Gradle Metadata 0.4.

LGM versions are NOT in JCenter, so you need to add the Kodein-LGM repository to access the artifacts.

http://kodein.org/Kodein-DI/?6.0/core#_latest_gradle

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multiplatform Gradle DSL reference - Kotlin
The Kotlin Multiplatform Gradle plugin is a tool for creating Kotlin Multiplatform projects. Here we provide a reference of its contents; ...
Read more >
error in kotlin multiplatform generated build.gradle file
in plugins section of build.gradle file incorrect line id 'kotlin-multiplatform' version '1.3.11' is generated during project creation.
Read more >
Adding dependency to kotlin-multiplatform libs published with ...
I am trying to add a gradle dependency in my kotlin-multiplatform lib. ... If I use gradle 4.10.1 the one I was using...
Read more >
Gradle 4.10 Release Notes
Gradle Kotlin DSL 1.0 will ship with the next version of Gradle, 5.0. ... We hope you will build happiness with Gradle 4.10,...
Read more >
Multiplatform : Interfaces are only generated for android - no ...
How i can generate kotlin native models from this .sq files Using latest sqlDelight - classpath 'com.android.tools.build:gradle:3.4.0-alpha0 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found