it seems like `org.jetbrains.dokka:javadoc-plugin:...
# dokka
e
it seems like
org.jetbrains.dokka:javadoc-plugin:1.4.20
depends on
com.soywiz.korlibs.korte:korte-jvm:1.10.3
which can be found only on jcenter. And this is a problem since thas is gonna be closed soon Any alternatives?
m
Not that soon ☺️ they are working on it: https://github.com/korlibs/korte/issues/13 And even if they wont manage to do it themselves, we can provide some help
e
good, then I'll keep using
jcenter
for the time being
thanks Marcin
☺️ 1
d
Yeah I plan to migrate to central at some point before jcenter closes. Hopefully during March
👍 1
I have migrated it already to central: https://github.com/korlibs/korte/releases/tag/v2.0.7
e
nice, thanks Carlos!
m
@Deactivated User thanks for the migration Would it be possible for you to also publish
com.soywiz.korlibs.korte:korte-jvm:1.10.3
to maven central. I’ll try to migrate newer dokkas to the latest korte but some people still would like to use/build older ones
d
@Marcin Aman If you are using the JVM version,
2.0.7
should be compatible. Bumped to 2 not because API changes I guess, but because Kotlin/Native version major bump
m
Sure, but we still need the older versions for the older dokkas
d
@Marcin Aman Which versions are you using, in addition to
1.10.3
? Are those the only dokka versions on central? https://search.maven.org/artifact/org.jetbrains.dokka/dokka-core
m
Yes, those are all I think that all we need is 1.10.3 ☺️
d
Okay. Going to check if I can backport the deploy system to 1.10.3 somehow, or deploy it manually