<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/dokka.git/subprojects/analysis-kotlin-descriptors, branch master</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>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>Opt-in `ExperimentalCoroutinesApi` for `newSingleThreadContext` (#3247)</title>
<updated>2023-10-24T16:59:44+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2023-10-24T16:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=820e3b7cd449ba06f365eddbf9fe82cbfecc411e'/>
<id>820e3b7cd449ba06f365eddbf9fe82cbfecc411e</id>
<content type='text'>
It was marked experimental in a new version of coroutines https://github.com/Kotlin/kotlinx.coroutines/commit/042720589c6f438f77d84254bd2dceb569f0184, after 5a6fab535b68916a28d922d5d7a294fa432b7d6b</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was marked experimental in a new version of coroutines https://github.com/Kotlin/kotlinx.coroutines/commit/042720589c6f438f77d84254bd2dceb569f0184, after 5a6fab535b68916a28d922d5d7a294fa432b7d6b</pre>
</div>
</content>
</entry>
<entry>
<title> Make using of the compiler single-thread (#3202)</title>
<updated>2023-10-24T15:12:46+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2023-10-24T15:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=b28120111d98cc9ce70f31266cc81a9ae85015f9'/>
<id>b28120111d98cc9ce70f31266cc81a9ae85015f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation errors due to explicit api mode (#3162)</title>
<updated>2023-09-05T13:57:14+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-09-05T13:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=38e09dd0a2b0f0f111c33e30665faa933142959f'/>
<id>38e09dd0a2b0f0f111c33e30665faa933142959f</id>
<content type='text'>
#3143 wasn't based on latest master, so the checks were green, but then the compilation failed due to explicit API mode</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#3143 wasn't based on latest master, so the checks were green, but then the compilation failed due to explicit API mode</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reemerged compiler concurrency issues (#3143)</title>
<updated>2023-09-05T12:48:00+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2023-09-05T12:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=20907236ed1bc1e36447f1ed6ebd37d641cd64ed'/>
<id>20907236ed1bc1e36447f1ed6ebd37d641cd64ed</id>
<content type='text'>
#3034 broke the fix for #1599 by changing packages</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#3034 broke the fix for #1599 by changing packages</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>
<entry>
<title>Update copyright (#3149)</title>
<updated>2023-08-31T14:02:13+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-08-31T14:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=6a181a7a2b03ec263788d137610e86937a57d434'/>
<id>6a181a7a2b03ec263788d137610e86937a57d434</id>
<content type='text'>
* Add the default copyright profile and enable IDEA project settings
* Add the license notice file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add the default copyright profile and enable IDEA project settings
* Add the license notice file</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to JUnit 5 and unify used test API (#3138)</title>
<updated>2023-08-30T13:58:46+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-08-30T13:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=c63ea36637ce956029fb15b1482c0683ecb8a587'/>
<id>c63ea36637ce956029fb15b1482c0683ecb8a587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce configuration for K1 analysis plugin (#3126)</title>
<updated>2023-08-21T14:57:23+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2023-08-21T14:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=8f7cbfb108089196fc3746c00dc96728f2aeee57'/>
<id>8f7cbfb108089196fc3746c00dc96728f2aeee57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
