<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/dokka.git/integration-tests, branch fix-package-links</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/'/>
<entry>
<title>Restructure the project to utilize included builds (#3174)</title>
<updated>2023-11-10T10:46:54+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-11-10T10:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=8e5c63d035ef44a269b8c43430f43f5c8eebfb63'/>
<id>8e5c63d035ef44a269b8c43430f43f5c8eebfb63</id>
<content type='text'>
* Refactor and simplify artifact publishing
* Update Gradle to 8.4
* Refactor and simplify convention plugins and build scripts

Fixes #3132

---------

Co-authored-by: Adam &lt;897017+aSemy@users.noreply.github.com&gt;
Co-authored-by: Oleg Yukhnevich &lt;whyoleg@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refactor and simplify artifact publishing
* Update Gradle to 8.4
* Refactor and simplify convention plugins and build scripts

Fixes #3132

---------

Co-authored-by: Adam &lt;897017+aSemy@users.noreply.github.com&gt;
Co-authored-by: Oleg Yukhnevich &lt;whyoleg@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add Gradle integration test for `wasm-js` and `wasm-wasi` targets (#3315)</title>
<updated>2023-11-09T22:06:37+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2023-11-09T22:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=a44efd4ba0c2e4ab921ff75e0f53fc9335aa79db'/>
<id>a44efd4ba0c2e4ab921ff75e0f53fc9335aa79db</id>
<content type='text'>
* Add Gradle integration test for `wasm-js` and `wasm-wasi` targets

* Fix review comments

* Update versions of dependencies</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add Gradle integration test for `wasm-js` and `wasm-wasi` targets

* Fix review comments

* Update versions of dependencies</pre>
</div>
</content>
</entry>
<entry>
<title>Add the link to GitHub repo to the header if there are source links defined (#3235)</title>
<updated>2023-11-07T13:27:34+00:00</updated>
<author>
<name>Oleg Yukhnevich</name>
<email>whyoleg@gmail.com</email>
</author>
<published>2023-11-07T13:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=64cce58f73f908909ba60da6005d7abb2572b2f0'/>
<id>64cce58f73f908909ba60da6005d7abb2572b2f0</id>
<content type='text'>
* Use URL from base plugin configuration
* Add integration test for the multi-module project that the homepage link exists everywhere</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use URL from base plugin configuration
* Add integration test for the multi-module project that the homepage link exists everywhere</pre>
</div>
</content>
</entry>
<entry>
<title>Update Kotlin to 1.9.20 (#3319)</title>
<updated>2023-11-06T12:31:22+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2023-11-06T12:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=84e48b516500433332e9279237cd139f7836ca94'/>
<id>84e48b516500433332e9279237cd139f7836ca94</id>
<content type='text'>
* Update compiler and KGP to 1.9.20

* Update integration tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update compiler and KGP to 1.9.20

* Update integration tests</pre>
</div>
</content>
</entry>
<entry>
<title>Update Kotlin compiler and KGP to 1.9.20-RC2 (#3262)</title>
<updated>2023-11-01T16:46:55+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2023-11-01T16:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=2b0a63f3565f620f7212a822aee2575a46f44897'/>
<id>2b0a63f3565f620f7212a822aee2575a46f44897</id>
<content type='text'>
* Update Kotlin compiler to 1.9.20-RC2

The current changes are related to https://github.com/JetBrains/kotlin/commit/d797505f06d640b666829bbfb4b7d7c67f812026

* Update KGP to 1.9.20-RC2

* Replace common stdlib in unit tests

* Update Kotlin version in integration tests

* Fix `Multiplatform0GradleIntegrationTest`

* Turn WasmGradleIntegrationTest off for Kotlin 1.9.20-RC2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update Kotlin compiler to 1.9.20-RC2

The current changes are related to https://github.com/JetBrains/kotlin/commit/d797505f06d640b666829bbfb4b7d7c67f812026

* Update KGP to 1.9.20-RC2

* Replace common stdlib in unit tests

* Update Kotlin version in integration tests

* Fix `Multiplatform0GradleIntegrationTest`

* Turn WasmGradleIntegrationTest off for Kotlin 1.9.20-RC2</pre>
</div>
</content>
</entry>
<entry>
<title>Update Dokka's references to 1.9.10 (#3210)</title>
<updated>2023-10-16T16:36:42+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-10-16T16:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=9bbcc21affe7a2b787c5a8cfb64f416cf226a0fd'/>
<id>9bbcc21affe7a2b787c5a8cfb64f416cf226a0fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Maven plugin help task (#3036)</title>
<updated>2023-10-11T22:40:43+00:00</updated>
<author>
<name>Adam</name>
<email>897017+aSemy@users.noreply.github.com</email>
</author>
<published>2023-10-11T22:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=514cbb11962ba77abf5b35f7698b84f1aef1e813'/>
<id>514cbb11962ba77abf5b35f7698b84f1aef1e813</id>
<content type='text'>
Fixes #3035</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #3035</pre>
</div>
</content>
</entry>
<entry>
<title>Update Kotlin to 1.9.10 (#3158)</title>
<updated>2023-09-04T13:49:30+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2023-09-04T13:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=8065a0d974420898fe6142fa792d6dab50f8b1d5'/>
<id>8065a0d974420898fe6142fa792d6dab50f8b1d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Dokka's references to 1.9.0 (#3154)</title>
<updated>2023-09-01T14:29:50+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-09-01T14:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=83231c0781a50fdeb05ded348187ae48557a1a1f'/>
<id>83231c0781a50fdeb05ded348187ae48557a1a1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable explicit API mode (#3139)</title>
<updated>2023-08-31T18:16:01+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-08-31T18:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=02f30b142aa467d3a24cc52a1fe3f2fed7ea1e33'/>
<id>02f30b142aa467d3a24cc52a1fe3f2fed7ea1e33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
