LouisCAD / Splitties

A collection of hand-crafted extensions for your Kotlin projects.

Home Page:https://splitties.louiscad.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source jars of last dev version are empty

LouisCAD opened this issue · comments

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.

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

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