{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3432266,"defaultBranch":"master","name":"kotlin","ownerLogin":"JetBrains","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-02-13T17:29:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/878437?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714871113.0","currentOid":""},"activityList":{"items":[{"before":"4dfbbbf773b71e14502f347c229e3a9f5088b5b8","after":"795d1989d0beb463222522453a3ff9aaa7d787c0","ref":"refs/heads/rr/4u7/wip","pushedAt":"2024-05-05T16:50:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"4u7","name":"Vyacheslav Gerasimov","path":"/4u7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2778283?s=80&v=4"},"commit":{"message":"Build: Disable compileKotlinMetadata in xctest if host is not macOS\n\nIf invoked when no targets are defined, it will fail with\ne: Please initialize at least one Kotlin target in\n'kotlin-test-native-xctest (:native:kotlin-test-native-xctest)'","shortMessageHtmlLink":"Build: Disable compileKotlinMetadata in xctest if host is not macOS"}},{"before":"0e10b5dc9faacc67ee537a6540a637c03a2696ff","after":"cec541cb9cf08968bfefbb1bf77e6fb4b3a3bc21","ref":"refs/heads/teplyakov/fleet/rhizomedb-plugin","pushedAt":"2024-05-05T14:44:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"[fleet] Entity type generation WIP\n\nMerge cli to k2, move gradle plugin. More tests","shortMessageHtmlLink":"[fleet] Entity type generation WIP"}},{"before":"8c4254137b683043b91472e9821c384a951991dc","after":"4dfbbbf773b71e14502f347c229e3a9f5088b5b8","ref":"refs/heads/rr/4u7/wip","pushedAt":"2024-05-05T14:16:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"4u7","name":"Vyacheslav Gerasimov","path":"/4u7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2778283?s=80&v=4"},"commit":{"message":"Build: Fix deprecations in :kotlin-native:endorsedLibraries:kotlinx.cli","shortMessageHtmlLink":"Build: Fix deprecations in :kotlin-native:endorsedLibraries:kotlinx.cli"}},{"before":"a3200948ef552e9925ee7fed316b549260d1dc0b","after":"8c4254137b683043b91472e9821c384a951991dc","ref":"refs/heads/rr/4u7/wip","pushedAt":"2024-05-04T22:04:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"4u7","name":"Vyacheslav Gerasimov","path":"/4u7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2778283?s=80&v=4"},"commit":{"message":"Build: Move :compiler:test to miscCompilerTest","shortMessageHtmlLink":"Build: Move :compiler:test to miscCompilerTest"}},{"before":null,"after":"196d69274af08679c0f0f6fcbfce7e82a1db361e","ref":"refs/heads/rr/sukharev/kt64424-FirJsProtoComparisonTestGenerated","pushedAt":"2024-05-04T20:38:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"[Tests] Add K2 version of JsProtoComparisonTestGenerated\n\n^KT-64424 Fixed","shortMessageHtmlLink":"[Tests] Add K2 version of JsProtoComparisonTestGenerated"}},{"before":"398afff0c1c68d6dbe3a8b3f27f64507aca23b16","after":"a3200948ef552e9925ee7fed316b549260d1dc0b","ref":"refs/heads/rr/4u7/wip","pushedAt":"2024-05-04T20:04:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"4u7","name":"Vyacheslav Gerasimov","path":"/4u7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2778283?s=80&v=4"},"commit":{"message":"Build: Add miscTest aggregate task","shortMessageHtmlLink":"Build: Add miscTest aggregate task"}},{"before":"82cefbb9268ac2d72a9880cfac02f272a7c2aaf6","after":"42053521979f265d9f3c1bb4c1f204c5811861f9","ref":"refs/heads/rrn/ruban/miscellaneous-test-data-WIP2","pushedAt":"2024-05-04T20:02:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"[minor][tests] Rename SourceFileProvider.getRealFileForSourceFile more accurately\n\nSourceFileProvider.getRealFileForSourceFile is often used for its side\neffect of creating temporary real files for corresponding test files in\nthe first place.\n\nThe new name reflects said side effect for increased clarity of code.","shortMessageHtmlLink":"[minor][tests] Rename SourceFileProvider.getRealFileForSourceFile mor…"}},{"before":"28b28787deed1fe08b9019dcdd5f45560eebbb60","after":"f47711e26a3ef885bd180a83898298cae0802239","ref":"refs/heads/rrn/ruban/miscellaneous-test-data-WIP","pushedAt":"2024-05-04T20:01:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"[tests] Clean up directives about usage of .java test data sources as binaries\n\nThe main effect of this commit is removing the possibility of using\n.java test data sources as either sources proper or compiled binaries\nat the same time (due to low utility compared to implementation costs).\n\nNow only one option out of the two is applicable\nto all .java test data sources at the same time.\n\n* the following directives are removed completely:\n * SKIP_JAVA_SOURCES\n * INCLUDE_JAVA_AS_BINARY\n* other directives about usage of .java test data sources as binaries\n are grouped together and updated accordingly:\n * the javac-integration group of directives for K1 tests\n * PROVIDE_JAVA_AS_BINARIES (prev. ALL_JAVA_AS_BINARY)\n * COMPILE_JAVA_TO_BINARIES_USING (prev. COMPILE_JAVA_USING)\n* test data that used INCLUDE_JAVA_AS_BINARY is updated accordingly\n* SourceFileProvider no longer has to differentiate\n between \".java-sources-as-sources-proper\"\n and \".java-sources-as-compiled-binaries\"\n* JvmEnvironmentConfigurator's processing of .java test data sources\n is refactored and significantly simplified\n* test data with incorrect filesystem paths of module-info.java files\n is discovered and fixed\n* additional minor tweaks","shortMessageHtmlLink":"[tests] Clean up directives about usage of .java test data sources as…"}},{"before":null,"after":"82cefbb9268ac2d72a9880cfac02f272a7c2aaf6","ref":"refs/heads/rrn/ruban/miscellaneous-test-data-WIP2","pushedAt":"2024-05-04T18:13:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"[minor][tests] Rename SourceFileProvider.getRealFileForSourceFile more accurately\n\nSourceFileProvider.getRealFileForSourceFile is often used for its side\neffect of creating temporary real files for corresponding test files in\nthe first place.\n\nThe new name reflects said side effect for increased clarity of code.","shortMessageHtmlLink":"[minor][tests] Rename SourceFileProvider.getRealFileForSourceFile mor…"}},{"before":null,"after":"28b28787deed1fe08b9019dcdd5f45560eebbb60","ref":"refs/heads/rrn/ruban/miscellaneous-test-data-WIP","pushedAt":"2024-05-04T17:57:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"[tests] Clean up directives about usage of .java test data sources as binaries\n\nThe main effect of this commit is removing the possibility of using\n.java test data sources as either sources proper or compiled binaries\nat the same time (due to low utility compared to implementation costs).\n\nNow only one option out of the two is applicable\nto all .java test data sources at the same time.\n\n* the following directives are removed completely:\n * SKIP_JAVA_SOURCES\n * INCLUDE_JAVA_AS_BINARY\n* other directives about usage of .java test data sources as binaries\n are grouped together and updated accordingly:\n * the javac-integration group of directives for K1 tests\n * PROVIDE_JAVA_AS_BINARIES (prev. ALL_JAVA_AS_BINARY)\n * COMPILE_JAVA_TO_BINARIES_USING (prev. COMPILE_JAVA_USING)\n* test data that used INCLUDE_JAVA_AS_BINARY is updated accordingly\n* SourceFileProvider no longer has to differentiate\n between \".java-sources-as-sources-proper\"\n and \".java-sources-as-compiled-binaries\"\n* JvmEnvironmentConfigurator's processing of .java test data sources\n is refactored and significantly simplified\n* test data with incorrect filesystem paths of module-info.java files\n is discovered and fixed\n* additional minor tweaks","shortMessageHtmlLink":"[tests] Clean up directives about usage of .java test data sources as…"}},{"before":"bb407ce1c466ed2ea3789c83b353276080ade896","after":"cfbc4f331cc482a13b2eebcb1b1c0071af91f3a3","ref":"refs/heads/rr/4u7/workaround-friendPathSet-2","pushedAt":"2024-05-03T22:53:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"4u7","name":"Vyacheslav Gerasimov","path":"/4u7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2778283?s=80&v=4"},"commit":{"message":"Build: Remove versioned files from KotlinCompile tasks friendPaths\n\nWorkaround for #KT-65266","shortMessageHtmlLink":"Build: Remove versioned files from KotlinCompile tasks friendPaths"}},{"before":null,"after":"bb407ce1c466ed2ea3789c83b353276080ade896","ref":"refs/heads/rr/4u7/workaround-friendPathSet-2","pushedAt":"2024-05-03T22:41:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"4u7","name":"Vyacheslav Gerasimov","path":"/4u7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2778283?s=80&v=4"},"commit":{"message":"Build: Remove versioned files from KotlinCompile tasks friendPaths\n\nWorkaround for #KT-65266","shortMessageHtmlLink":"Build: Remove versioned files from KotlinCompile tasks friendPaths"}},{"before":"6f69706c3c8cfe5d60f0a3b703a93c7de0c6c78c","after":"af44d212f0bff4b87ac4b412d5fa4735ab7636d5","ref":"refs/heads/rr/mg/kt67912","pushedAt":"2024-05-03T21:51:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mglukhikh","name":"Mikhail Glukhikh","path":"/mglukhikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1127631?s=80&v=4"},"commit":{"message":"fixup! K2: fix captureFromExpressionInternal for nullable intersection types","shortMessageHtmlLink":"fixup! K2: fix captureFromExpressionInternal for nullable intersectio…"}},{"before":null,"after":"700ad340264ed0f7ae74a498e6e059f79d3bba2e","ref":"refs/heads/prr/jsjeon/eqeqcall-generic","pushedAt":"2024-05-03T20:59:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"AA FIR: lookup equals from type bounds too\n\n^KT-67973 fixed","shortMessageHtmlLink":"AA FIR: lookup equals from type bounds too"}},{"before":"177ac15067088cafb2d1b19d48fe26eac33dc9f5","after":"5412cc5a4ba110a2f7439b7c7d6910e0f661d5e7","ref":"refs/heads/prr/jaebaek/enable-compose-for-test","pushedAt":"2024-05-03T18:20:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"Resolve Fir2IrLazyProperty before creating backing field\n\nWhen `IrGenerationExtension` (from a compiler plugin) creates the\nbacking field of `Fir2IrLazyProperty`, we have to resolve it in advance.\n\n^KT-67972","shortMessageHtmlLink":"Resolve Fir2IrLazyProperty before creating backing field"}},{"before":"b543ee601900d5c446b5f3059f736adf4b2efac7","after":null,"ref":"refs/heads/rrr/2.0.0/kt-67387-enable-intrinsicremember","pushedAt":"2024-05-03T17:53:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"}},{"before":"8f0eeb153b97b2ed17afc19cc861b225104dca89","after":"de0636999b9059e13e98c4106fb2e73d14cec6df","ref":"refs/heads/2.0.0","pushedAt":"2024-05-03T17:53:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"[Gradle, Compose] Enable 'enableIntrinsicRemember' by default\n\n^KT-67387 Verification Pending","shortMessageHtmlLink":"[Gradle, Compose] Enable 'enableIntrinsicRemember' by default"}},{"before":null,"after":"1bd022bc9798b9999de184dbd912bed312427f27","ref":"refs/heads/prr/jaebaek/lazy-resolution-for-modality","pushedAt":"2024-05-03T17:29:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"K2: Resolve FIR before access to modality\n\nThe Compose compiler plugin checks modality of IrFunction in lowering\ntransformers. When the IrFunction is Fir2IrLazyFunction, access to the\nmodality will cause NullPointerException. This commit resolves such\nFir2IrLazyFunction in advance to avoid the exception.","shortMessageHtmlLink":"K2: Resolve FIR before access to modality"}},{"before":"b928976b92cf2c23973311d3864343e94b36c96c","after":"8163d566235848f718f91758e8bef6f35ffdd246","ref":"refs/heads/rrr/2.0.0/zharkov-pcla-overload-resolution","pushedAt":"2024-05-03T17:26:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dzharkov","name":"Denis Zharkov","path":"/dzharkov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/863207?s=80&v=4"},"commit":{"message":"fixup! K2: Fix false-positive OVERLOAD_RESOLUTION_AMBIGUITY with PCLA","shortMessageHtmlLink":"fixup! K2: Fix false-positive OVERLOAD_RESOLUTION_AMBIGUITY with PCLA"}},{"before":"8ea7a4925d055a804aee37e80d69cb99ff64e081","after":null,"ref":"refs/heads/prr/ashikov/compose-sync-20240502-rc3","pushedAt":"2024-05-03T17:12:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"}},{"before":"3ee4f2d421a582d28faa26ad3f1301e84488b262","after":"8f0eeb153b97b2ed17afc19cc861b225104dca89","ref":"refs/heads/2.0.0","pushedAt":"2024-05-03T17:12:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"Realize groups in when expr if a wrapping group is omitted\n\nTest: compiler tests\nFixes: 336571300 ( https://issuetracker.google.com/issues/336571300 )\nChange-Id: I1ce2de38d9b13528a2039528d69e7c10854329fa ( https://android-review.googlesource.com/q/I1ce2de38d9b13528a2039528d69e7c10854329fa )\n\nMoved from: https://github.com/androidx/androidx/commit/9ab1db340a7812323042fa054175b5fc0874b622","shortMessageHtmlLink":"Realize groups in when expr if a wrapping group is omitted"}},{"before":"4688ea29b1d8e3819ee33847ca0c46cff3e8d103","after":null,"ref":"refs/heads/rrr/Roman.Efremov/KT-59897-k2-package-redeclaration","pushedAt":"2024-05-03T16:56:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"}},{"before":"afe16778b24e39a5304845b5b64487cb9c01673f","after":"3ee4f2d421a582d28faa26ad3f1301e84488b262","ref":"refs/heads/2.0.0","pushedAt":"2024-05-03T16:56:01.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"Support reporting of PACKAGE_REDECLARATION in K2\n\nIn K1 it's reported on both sides - file package and redeclaring\nclass. I decided to implement reporting only from the package side\nbecause:\n\n1. There is an implementation obstacle. I tried to use\n`FirProvider#getFirFilesByPackage` to find files with the same package\nas classId of current class, and it's not supported in `LLFirProvider`\nand just throws an exception. It could be implemented, actually, unless\nthere were other arguments \"against\" below.\n2. This looks like a duplication these two reports always go\ntogether. So, removing one of doesn't turn any red code into green.\n3. If we go the other way around, and we have only a reporting from\nclass side, then we can't detect cases when there is `package a.b` and\n`class a`.\n4. Less code, more strict type parameters of diagnostic factory\n(KtPackageDirective+ClassId instead of KtElement+String).\n\n^KT-59897","shortMessageHtmlLink":"Support reporting of PACKAGE_REDECLARATION in K2"}},{"before":"285ddb44842f522df09149ab6403b5533ab8959f","after":"bcb056c0e92b1e65ca11b944ad584eb5a3651a85","ref":"refs/heads/rr/vgrechko/unsigned-mangling","pushedAt":"2024-05-03T16:27:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grechkovlad","name":null,"path":"/grechkovlad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1065566?s=80&v=4"},"commit":{"message":"fixup! [JVM] Introduce `PREFER_IN_TEST_OVER_STDLIB` box test directive","shortMessageHtmlLink":"fixup! [JVM] Introduce PREFER_IN_TEST_OVER_STDLIB box test directive"}},{"before":"c11c543a6b21db371d3a2d99d8af15a1bb2d60ca","after":"30953c2cadbedb5aaedfaa14714423318b3d18c7","ref":"refs/heads/rr/ilmir/document-assert","pushedAt":"2024-05-03T16:10:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ilmirus","name":"Ilmir Usmanov","path":"/ilmirus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/943991?s=80&v=4"},"commit":{"message":"[docs] Document the lazyness of assert argument\n\n #KT-7540","shortMessageHtmlLink":"[docs] Document the lazyness of assert argument"}},{"before":"2aef59f4c020227254b644e98455913d002baab3","after":"282af986f610672982b416e074492ac76b546de8","ref":"refs/heads/rr/4u7/workaround-friendPathSet","pushedAt":"2024-05-03T15:51:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"4u7","name":"Vyacheslav Gerasimov","path":"/4u7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2778283?s=80&v=4"},"commit":{"message":"Build: Replace associateWith with explicit dependencies in kotlin-test\n\nWorkaround for #KT-65266","shortMessageHtmlLink":"Build: Replace associateWith with explicit dependencies in kotlin-test"}},{"before":null,"after":"96f0abaa54be7aa3aebb74ca1951f46386888882","ref":"refs/heads/rr/krakhman/fir_symbol_rebind","pushedAt":"2024-05-03T15:50:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"[FIR] Don't copy symbols in copy builders\n\nThis can easily lead to unintended symbol rebinding.\nWe currently have a single case where we deliberately rebind symbols\n(#KT-60445) for which we explicitly copy the symbol until it's fixed.\n\n#KT-60398 Fixed","shortMessageHtmlLink":"[FIR] Don't copy symbols in copy builders"}},{"before":"d52b108806596d07e2d5f191c1e1e15762956495","after":null,"ref":"refs/heads/rr/daugeldauge/KT-67690/required-reason-finder","pushedAt":"2024-05-03T15:31:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"}},{"before":"5ae68516ee9e450f657063fbefc9bd53d1a50f0d","after":"a511bbcdeb1919ad6fcbcc492a9b85588553a9d6","ref":"refs/heads/master","pushedAt":"2024-05-03T15:31:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"},"commit":{"message":"[Apple] Required reason APIs finder script\n\n^KT-67690","shortMessageHtmlLink":"[Apple] Required reason APIs finder script"}},{"before":"bfc0dc68bcaa103022bf6f6de321681a78560e7a","after":null,"ref":"refs/heads/rr/timofey.solonin/KT-67636-fix-jvm-withJava-resources","pushedAt":"2024-05-03T15:28:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KotlinBuild","name":"Build Server","path":"/KotlinBuild","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11723187?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQe2d4QA","startCursor":null,"endCursor":null}},"title":"Activity · JetBrains/kotlin"}