https://kotlinlang.org logo
a

addamsson

11/12/2018, 6:39 PM
it works out of the box
k

kpgalligan

11/12/2018, 6:44 PM
for native with metadata? That would be amazing. This config stuff really crushes my hopes and dreams.
a

addamsson

11/12/2018, 6:47 PM
I don't know about native, but I have this set up for some of my projects
you just create an annotate tag and go up to jitpack and it is all there including the metadata
I'm not sure whether it works with the default directory structure though
I use the old Java ways, eg:
src/main/kotlin
+
src/test/kotlin
, etc
k

kpgalligan

11/12/2018, 6:59 PM
Looking at the docs, I think it'll be rough. It looks pretty specific to jar and aar artifacts. Hmm.
t

tylerwilson

11/12/2018, 8:09 PM
a cocoapods publishing gradle plugin anybody?
k

kpgalligan

11/12/2018, 8:10 PM
I worked on a cocoapods publishing gradle plugin for j2objc. Not fun.
t

tylerwilson

11/12/2018, 8:11 PM
dust it off and get it working! 🙂 seems like something generally useful to everybody working with K/N on iOS.
that is currently my biggest hurdle with K/N: simply constructing gradle scripts….
a

addamsson

11/12/2018, 8:42 PM
Sorry, I was not aware what you were trying to deploy 😞
this is primarily for jars