Matthias
01/14/2025, 9:31 AMMark Murphy
01/15/2025, 4:04 PMCasey Brooks
01/15/2025, 7:38 PMgit clone --recurse-submodules
to get the submodule downloaded as well.Casey Brooks
01/15/2025, 7:48 PMkotlin-test
, and I’ve started replacing the documentation site, but this is not finished yet. I started using mkdocs-material, but I’m also considering using Writerside, because the thought of needing Python in my JVM toolchain pains me a little. I’ve gone far enough with mkdocs right now that it’s easiest to just stick with this for a Kotlin 2.x release, but may switch it to Writerside a bit later.
So these are the main needs, feel free to pick up any of them you’d like. Let me know what you’d like to work on and I can provide you with some more details.
1) Continue migrating docs site to mkdocs. In particular, I would love to keep the JS examples included directly in the site, bit I don’t know how to add extra CSS/JS bundles to the mkdocs site.
2) Upgrading to the the new v2 toolkit for building the Intellij plugin
3) Update the project to build with Kotlin 2.x, and updating its dependencies accordinglyMatthias
01/25/2025, 4:10 PM