mbonnin
03/06/2023, 12:22 PMJavier
03/06/2023, 1:01 PMmbonnin
03/06/2023, 1:03 PMglureau
03/06/2023, 1:05 PMIgnat Beresnev
03/06/2023, 1:36 PM1.8.10.1
, but Kotlin doesn't - it's confusing. Some projects actually use the same version property for both Kotlin and Dokka
3. Kotlin is planning/developing way ahead compared to Dokka, so most of the time we're playing catch up. I believe there already exist builds for Kotlin 1.9.0 whereas we haven't even tried 1.8.20, and it'll most likely be a very painful update for us
All in all, not sure how to feel about it 🙂 Has its ups and downs
Would you prefer it if the versions were different?mbonnin
03/06/2023, 1:39 PMJavier
03/06/2023, 1:42 PMmbonnin
03/06/2023, 1:42 PMJavier
03/06/2023, 1:42 PMmbonnin
03/06/2023, 1:43 PMIgnat Beresnev
03/06/2023, 1:47 PMjavadoc
task and it generates documentation, as simple as that. In this scenario it'd also make sense to align the versions. But we've abandoned that idea for now
I believe AGP actually comes with Dokka built in, there should be a task for it, although I never checked...Javier
03/06/2023, 1:53 PMIgnat Beresnev
03/06/2023, 1:57 PMJavier
03/06/2023, 1:57 PMIgnat Beresnev
03/06/2023, 2:09 PMmbonnin
03/06/2023, 2:13 PMJavier
03/06/2023, 2:26 PMIgnat Beresnev
03/07/2023, 1:42 PMthose features can't be plugins with a different release cadence and versioning?
For huge format-specific features - maybe, yeah. But things like adding support for Kotlin/wasm projects can't be done in a separate plugin (at least not without major refactoring), it's core functionality
Joffrey
03/09/2023, 5:08 AM