Are there any plans for an eventual stable API for...
# compiler
z
Are there any plans for an eventual stable API for kotlinx-metadata-jvm? We currently have to shade it due to the breaking APIs and it's making it difficult to maintain libraries that use it due to needing to update every 6 months to keep up with the kotlin update cycle (even if the library itself is stable). It would help a ton if we could un-shade it. This affects Moshi, Dagger, R8 (I think), and some others
u
No immediate plans right now, but I think we can make it stable soon, I don’t see any major obstacles. Please report an issue!
z