<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/dokka.git/kotlin-analysis/compiler-dependency, 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>Decompose Kotlin/Java analysis (#3034)</title>
<updated>2023-07-05T08:04:55+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-07-05T08:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=9559158bfeeb274e9ccf1b4563f1b23b42afc493'/>
<id>9559158bfeeb274e9ccf1b4563f1b23b42afc493</id>
<content type='text'>
* Extract analysis into separate modules</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Extract analysis into separate modules</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce Gradle Version Catalog with type-safe project dependencies (#2884)</title>
<updated>2023-03-17T14:27:03+00:00</updated>
<author>
<name>aSemy</name>
<email>897017+aSemy@users.noreply.github.com</email>
</author>
<published>2023-03-17T14:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=8bb4f4a86b131e9740a8074cb5775930f8280019'/>
<id>8bb4f4a86b131e9740a8074cb5775930f8280019</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate buildSrc to composite build (#2912)</title>
<updated>2023-03-13T13:51:31+00:00</updated>
<author>
<name>Goooler</name>
<email>wangzongler@gmail.com</email>
</author>
<published>2023-03-13T13:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=3ea414251d32108dab8b14d41a672e9834824690'/>
<id>3ea414251d32108dab8b14d41a672e9834824690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use buildSrc convention plugins to configure the Dokka subprojects (#2704)</title>
<updated>2023-03-07T22:26:06+00:00</updated>
<author>
<name>aSemy</name>
<email>897017+aSemy@users.noreply.github.com</email>
</author>
<published>2023-03-07T22:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=62c980707d23d2d451c75330f7ed1ba613777cf3'/>
<id>62c980707d23d2d451c75330f7ed1ba613777cf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Kotlin to 1.7.0-RC (#2508)</title>
<updated>2022-05-31T20:57:28+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2022-05-31T20:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=73f78dc34bbcb683f345192629bdbc631035887e'/>
<id>73f78dc34bbcb683f345192629bdbc631035887e</id>
<content type='text'>
* `UnresolvedType` is replaced with `ErrorType` in https://github.com/JetBrains/kotlin/commit/b5933c70e20a0dfd788d8d4a6c04ca0d16f7c731

*  Support `sig` files in https://github.com/JetBrains/kotlin/commit/22b368849338cae684601c9b1ead31ebb1fd81cf

* `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in https://github.com/JetBrains/intellij-community/commit/e4af6f96c8d4e2318d04eddf658a4c4e8c60b2e6

* `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated

* `org.codehaus.plexus.archiver.AbstractArchiver.addDirectory` is deprecated https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#addDirectory-java.io.File-java.lang.String:A-java.lang.String:A-

* Make `clean` independent from `setupMaven`

* Set up JDK classpath roots explicitly

because of https://github.com/JetBrains/kotlin/commit/f89765eb33dd95c8de33a919cca83651b326b246

* Add JPS model and faxml dependencies

* Fix test

* Exclude compiler from buildscript in integration test

* Exclude `com.intellij` package from compiler

* Update kotlin version in integration tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `UnresolvedType` is replaced with `ErrorType` in https://github.com/JetBrains/kotlin/commit/b5933c70e20a0dfd788d8d4a6c04ca0d16f7c731

*  Support `sig` files in https://github.com/JetBrains/kotlin/commit/22b368849338cae684601c9b1ead31ebb1fd81cf

* `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in https://github.com/JetBrains/intellij-community/commit/e4af6f96c8d4e2318d04eddf658a4c4e8c60b2e6

* `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated

* `org.codehaus.plexus.archiver.AbstractArchiver.addDirectory` is deprecated https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#addDirectory-java.io.File-java.lang.String:A-java.lang.String:A-

* Make `clean` independent from `setupMaven`

* Set up JDK classpath roots explicitly

because of https://github.com/JetBrains/kotlin/commit/f89765eb33dd95c8de33a919cca83651b326b246

* Add JPS model and faxml dependencies

* Fix test

* Exclude compiler from buildscript in integration test

* Exclude `com.intellij` package from compiler

* Update kotlin version in integration tests</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bintray publish plugins (#2364)</title>
<updated>2022-03-22T14:17:13+00:00</updated>
<author>
<name>Goooler</name>
<email>wangzongler@gmail.com</email>
</author>
<published>2022-03-22T14:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=dd0fd03ea37554d79a02a8c6bcfd5f081dc6a1e1'/>
<id>dd0fd03ea37554d79a02a8c6bcfd5f081dc6a1e1</id>
<content type='text'>
* Bump binary-compatibility-validator to 0.8.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump binary-compatibility-validator to 0.8.0</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Gradle to 7.0 (#1926)</title>
<updated>2021-05-21T09:36:50+00:00</updated>
<author>
<name>Kamil Doległo</name>
<email>9080183+kamildoleglo@users.noreply.github.com</email>
</author>
<published>2021-05-21T09:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=5c000c86238523e5dbd4a36a1ab9fe51f123893a'/>
<id>5c000c86238523e5dbd4a36a1ab9fe51f123893a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re/de-shadow kotlin-compiler artifact</title>
<updated>2020-07-31T15:54:04+00:00</updated>
<author>
<name>sebastian.sellmair</name>
<email>sebastian.sellmair@jetbrains.com</email>
</author>
<published>2020-07-31T12:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=582db8d659877cd2c482d485e0ba19913dba3a6a'/>
<id>582db8d659877cd2c482d485e0ba19913dba3a6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
