MarioAriasC / funKTionale

Functional constructs for Kotlin
915 stars 71 forks source link

Include only org.funktionale.* in fat jar for funktionale-all package (Fixes #42) #43

Open zsmb13 opened 6 years ago

zsmb13 commented 6 years ago

This is an attempt to fix #42.

Instead of adding more excludes to remove unwanted libraries (JetBrains annotations and IntelliJ annotations), I've specified that only the contents of the org.funktionale package should be included in it - this is easier than having to maintain a list of excluded libraries, even if development has now halted in favor of Arrow.

I couldn't figure out how to build the project locally, but I hope this solution works.

MarioAriasC commented 6 years ago

👍 I'll try to merge it and release it this weekend