Takhion / kotlin-metadata

MIT License
116 stars 14 forks source link

Publish to Maven Central #5

Closed swankjesse closed 6 years ago

swankjesse commented 6 years ago

So we can depend on it in Moshi! https://github.com/square/moshi/pull/435/files

LouisCAD commented 6 years ago

@swankjesse Couldn't it be released on jcenter instead? If not, I'm curious to learn the reasons.

Shakeskeyboarde commented 6 years ago

It is released in jcenter... https://bintray.com/takhion/maven/kotlin-metadata

swankjesse commented 6 years ago

My understanding is that libraries published to Maven Central (such as Moshi) need to have their dependencies on Maven Central.

LouisCAD commented 6 years ago

@Takhion bintray can sync to maven central. This is what kotshi does according to its RELEASING.md guide. This could be your solution.

Takhion commented 6 years ago

Fixed in v1.3.0 🎉

ZacSweers commented 6 years ago

Thanks! https://github.com/square/moshi/pull/474