LouisCAD / Splitties

A collection of hand-crafted extensions for your Kotlin projects.
https://splitties.louiscad.com
Apache License 2.0
2.53k stars 159 forks source link

Source jars of last dev version are empty #234

Closed LouisCAD closed 4 years ago

LouisCAD commented 4 years ago

Bintray link: https://bintray.com/louiscad/splitties-dev/splitties/3.0.0-dev-056#files/com%2Flouiscad%2Fsplitties%2Fsplitties-lifecycle-coroutines%2F3.0.0-dev-056

LouisCAD commented 4 years ago

That issue seems to affect modules that have sources in androidMain only. A workaround to try is putting empty Kotlin files in all commonMain sources that are currently empty.

LouisCAD commented 4 years ago

I can also try to "force" inclusion of sources as done here: https://issuetracker.google.com/issues/145670440#comment5

LouisCAD commented 4 years ago

Tracked on Kotlin's issue tracker: https://youtrack.jetbrains.com/issue/KT-41871