1. 33b7310 Add janitors to the OWNERS file am: 02f0a2b6af by Sadaf Ebrahimi · 8 months ago build-tools-release main master
  2. 02f0a2b Add janitors to the OWNERS file by Sadaf Ebrahimi · 8 months ago
  3. 33a3ac4 Upgrade kotlinx.atomicfu to 0.23.1 am: 64546c72d3 am: 374d8456b8 by Peter Kalauskas · 11 months ago
  4. 374d845 Upgrade kotlinx.atomicfu to 0.23.1 am: 64546c72d3 by Peter Kalauskas · 11 months ago
  5. 64546c7 Upgrade kotlinx.atomicfu to 0.23.1 by Peter Kalauskas · 11 months ago
  6. e7bb3f9 [automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: 32404e5502 -s ours by Xin Li · 1 year, 4 months ago android15-automotiveos-dev android15-qpr1-release android15-qpr1-s3-release android15-qpr1-s4-release android15-qpr1-s5-release android15-tests-dev aml_cfg_351010000 aml_hef_350921160 aml_hef_351016140 aml_hef_351120040 aml_hef_351314220 aml_rkp_350910000 aml_rkp_351011000 android-15.0.0_r10 android-15.0.0_r11 android-15.0.0_r12 android-15.0.0_r13 android-15.0.0_r14 android-15.0.0_r15 android-15.0.0_r16 android-15.0.0_r17 android-15.0.0_r6 android-15.0.0_r7 android-15.0.0_r8 android-15.0.0_r9 android-automotiveos-15.0.0_lts1
  7. 32404e5 Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 1 year, 4 months ago
  8. 2f06f2a Added visibility am: 82777cc783 am: fdaea3a647 by Anvesh Renikindi · 1 year, 7 months ago
  9. fdaea3a Added visibility am: 82777cc783 by Anvesh Renikindi · 1 year, 7 months ago
  10. 82777cc Added visibility by Anvesh Renikindi · 1 year, 7 months ago
  11. 5d77e7b Added visibility by Anvesh Renikindi · 1 year, 7 months ago
  12. 31c3c49 Version 0.23.1 by mvicsokolova · 1 year, 9 months ago
  13. 46cf1c9 Update Kotlin to 1.9.21 (#373) by mvicsokolova · 1 year, 9 months ago
  14. 0a4ff49 Apply Native IR transformations only if Kotlin version in the project is at least 1.9.20 (#372) by mvicsokolova · 1 year, 9 months ago
  15. aedae16 Enable error loglevel for partial linkage messages (#367) by Stanislav Ruban · 1 year, 9 months ago
  16. f83c00d Version 0.23.0 by mvicsokolova · 1 year, 10 months ago
  17. 2f3bea6 Merge branch 'master' into develop by mvicsokolova · 1 year, 10 months ago
  18. c9972c7 Introduce Native IR transformations (#363) by mvicsokolova · 1 year, 10 months ago
  19. 5fe6c0d Introduce WebAssembly target (#334) by igoriakovlev · 1 year, 10 months ago
  20. 9d2a3e4 Integration tests (#345) by mvicsokolova · 1 year, 10 months ago
  21. 90d52fd Update Kotlin to 1.9.20 (#361) by mvicsokolova · 1 year, 10 months ago
  22. f3e66a2 [infra] Fix error in passing kotlin version for train by Margarita Bobova · 1 year, 11 months ago
  23. 899b29d [infra] Pass the custom repo with dev-builds of kotlinc to AFUGP's testing Gradle projects by Stanislav Ruban · 1 year, 11 months ago
  24. 2b86fbf [infra] Remove outdated conditional removal of JS/Legacy-related buildscript parts by Stanislav Ruban · 1 year, 11 months ago
  25. c379bee [infra] Refactor Kotlin aggregate/Kotlin user project buildscript parts by Stanislav Ruban · 1 year, 11 months ago
  26. 4448c71 [infra] Enable binary compatibility validation by Maria.Dumanskaya · 1 year, 11 months ago
  27. c9287d1 [migration] Kotlin LV 2.0: KT-59660 by Stanislav Ruban · 1 year, 11 months ago
  28. ef96cfc [migration] Kotlin LV 2.0: bump Gradle version to 8.3 by Stanislav Ruban · 1 year, 11 months ago
  29. c59a938 Fix the WA for the failing clean task on Windows (#351) by mvicsokolova · 2 years ago
  30. b2b815f Set dependency between compileNativeTest tasks and Sign tasks (#347) by mvicsokolova · 2 years ago
  31. 1f78257 clean task can't delete the expanded.lock file on Windows (#350) by mvicsokolova · 2 years ago
  32. 6b97f4b Upgrade JDK target version to 11 in integration tests. (#349) by mvicsokolova · 2 years ago
  33. de38382 Get rid of `previous-compilation-data.bin` file in META-INF (#344) by mvicsokolova · 2 years ago
  34. 0a74d6f Use kotlin.concurrent.AtomicInt in SynchronizedTest instead of the old kotlin.native.concurrent.AtomicInt. by mvicsokolova · 2 years ago
  35. dbdcd85 Fix expect/actual mismatched member scope for `open expect` compilation errors (#329) by Nikita Bobko · 2 years ago
  36. 75667aa Update apiVersion/languageVersion to 1.9 for atomics implementation. by mvicsokolova · 2 years ago
  37. 2036268 Update native atomics implementation by mvicsokolova · 2 years ago
  38. dec5b94 Update of Gradle Version to 8.1 revealed the problem that publish task uses the output of sign task as an error. This commit sets the explicit dependency between Publish and Sign tasks. (#335) by mvicsokolova · 2 years, 1 month ago
  39. 8345a07 Version 0.22.0 by mvicsokolova · 2 years, 1 month ago
  40. 2151dcc Update of Gradle Version to 8.1 revealed the problem that publish task uses the output of sign task as an error. This commit sets the explicit dependency between Publish and Sign tasks. (#335) by mvicsokolova · 2 years, 1 month ago
  41. cfb2f22 Update atomicfu-gradle-plugin tests according to the atomic properties visibility requirements updated in JVM compiler plugin (coming in 1.9.20). by mvicsokolova · 2 years, 1 month ago
  42. 7b764f9 Version 0.22.0 by mvicsokolova · 2 years, 1 month ago
  43. 367ad27 Update Kotlin to 1.9.0 (#330) by mvicsokolova · 2 years, 1 month ago
  44. b948f11 Update kotlinx.metadata to 0.7.0 (#327) by mvicsokolova · 2 years, 1 month ago
  45. 46d34fd Comply with new compiler restriction on actual declaration annotations (#325) by Roman Efremov · 2 years, 1 month ago
  46. b0c444b Remove obsolete no longer supported kotlin.mpp.enableCompatibilityMetadataVariant that will be promoted to ERROR as part of KT-55891 (#326) by Vsevolod Tolstopyatov · 2 years, 1 month ago
  47. 7697fff Conditionally remove targets that are removed after 1.9.20. (#320) by mvicsokolova · 2 years, 2 months ago
  48. 33fbf92 Update gradle version to 8.1 (#319) by mvicsokolova · 2 years, 2 months ago
  49. 4c12083 Merge branch 'develop' by mvicsokolova · 2 years, 2 months ago
  50. f8a2a75 Updated gradle-node-plugin to be compatible with Gradle 7 (#316) by mvicsokolova · 2 years, 2 months ago
  51. 8c3b92a Version 0.21.0 by mvicsokolova · 2 years, 2 months ago
  52. 7ff4e2f Do not rename original destination directory of the compile task. (#312) by mvicsokolova · 2 years, 2 months ago
  53. 88a5e14 Always configure test compilation classpath (#308) by mvicsokolova · 2 years, 3 months ago
  54. fea9b5d Fix duplicated class files in jar for JVM-only projects (#303) by Yahor Berdnikau · 2 years, 3 months ago
  55. fb6555d Configure jvm transformation task via multiplatform configuration function by mvicsokolova · 2 years, 3 months ago
  56. c201c53 Fix target compatibility by mvicsokolova · 2 years, 3 months ago
  57. 14ddcd1 Update Kotlin to 1.8.20 by mvicsokolova · 2 years, 4 months ago
  58. 0fac729 Update gradle to 7.3 (#300) by mvicsokolova · 2 years, 4 months ago
  59. d5962f0 Opt-in into experimental interop (KT-57728) to fix aggregate build (#299) by Vsevolod Tolstopyatov · 2 years, 4 months ago
  60. 4dd0a6c Remove JS Legacy configurations (updated) (#296) by mvicsokolova · 2 years, 4 months ago
  61. 0f801b3 Fix build error on using KGP removed method (#297) (#298) by Yahor Berdnikau · 2 years, 4 months ago
  62. d235d6e Version 0.20.2 by mvicsokolova · 2 years, 5 months ago
  63. a9a08b9 compileOnly dependency is not published to the compile classpath of the project that depends on the library with applied atomicfu -> use implementation (#290) by mvicsokolova · 2 years, 5 months ago
  64. bfdd8a7 Version 0.20.1 by mvicsokolova · 2 years, 5 months ago
  65. 5ddfa4e Merge branch 'master' into develop by mvicsokolova · 2 years, 5 months ago
  66. e2433f3 Set apiVersion and languageVersion back to 1.4, because atomicfu-gradle-plugin should be compatible with the Kotlin version provided in Gradle. (#287) by mvicsokolova · 2 years, 5 months ago
  67. f2d2d0b Fix compiler plugin dependency in AtomicfuGradlePlugin (#286) by mvicsokolova · 2 years, 5 months ago
  68. 4daefcd Clearly pass `kotlinx-atomicfu-runtime` dependency to the runtime classpath and avoid leaking of transitive dependency. (#283) by mvicsokolova · 2 years, 6 months ago
  69. d2bfdcd Replace 'interop-as-source-set-klib.gradle' with cinterop commonization by Sebastian Sellmair · 2 years, 6 months ago
  70. 8cd5571 Move license to the root so that GitHub recognizes it (#280) by Roman Elizarov · 2 years, 6 months ago
  71. f1d0401 Version 0.20.0 by mvicsokolova · 2 years, 6 months ago
  72. ad78630 Update Kotlin to 1.8.10 by mvicsokolova · 2 years, 6 months ago
  73. 2a467e0 Support all official K/N targets (#275) by Vsevolod Tolstopyatov · 2 years, 6 months ago
  74. 38fef80 Version 0.19.0 by mvicsokolova · 2 years, 8 months ago
  75. 73391b4 Update LV to 1.8 (#270) by mvicsokolova · 2 years, 8 months ago
  76. 3a3deb6 Specify legacy JS backend explicitly in atomicfu-gradle-plugin tests (Kotlin/JS Legacy compiler backend was deprecated in Kotlin 1.8.0) by mvicsokolova · 2 years, 8 months ago
  77. 42a635a Update Kotlin to 1.8.0 by mvicsokolova · 2 years, 8 months ago
  78. 16d679c Update LV to 1.7 (#267) by mvicsokolova · 2 years, 9 months ago
  79. 48ba832 Legacy JVM bytecode transformer will not support atomic delegates for Kotlin languageVersion >= 1.7. (#266) by mvicsokolova · 2 years, 9 months ago
  80. eee81a9 WA for 1.7 languageVersion: changes in bytecode generation for unchecked casts by mvicsokolova · 2 years, 9 months ago
  81. b9395cf Update kotlin version for atomicfu-gradle-plugin tests by mvicsokolova · 2 years, 9 months ago
  82. a1aba90 Chore(infra): Prepare atomicfu for including to the Kotlin Aggregate build //KTI-1016 (#265) by anastasiiaSpaseeva · 2 years, 9 months ago
  83. 89a8859 Minor fix in README regarding delegated properties by mvicsokolova · 2 years, 10 months ago
  84. 3dde2c1 Upgrade kotlinx.atomicfu to 0.18.5 am: b943793454 am: 2282b1ddcd am: 2fe11a0356 by Sadaf Ebrahimi · 2 years, 10 months ago aml_hef_341811030 aml_rkp_341810000 android14-d2-release android14-d2-s1-release android14-d2-s2-release android14-d2-s3-release android14-d2-s4-release android14-d2-s5-release android14-dev android14-mainline-healthfitness-release android14-prebuilt-test android14-qpr1-automotiveos-release android14-qpr1-release android14-qpr1-s2-release android14-qpr2-release android14-qpr2-s1-release android14-qpr2-s2-release android14-qpr2-s3-release android14-qpr2-s4-release android14-qpr2-s5-release aml_cfg_341510000 aml_hef_341114030 aml_hef_341311010 aml_hef_341415040 aml_hef_341512030 aml_hef_341613000 aml_hef_341717050 aml_hef_341811030 aml_rkp_341012000 aml_rkp_341015010 aml_rkp_341114000 aml_rkp_341311000 aml_rkp_341510000 aml_rkp_341810000 android-14.0.0_r16 android-14.0.0_r17 android-14.0.0_r18 android-14.0.0_r19 android-14.0.0_r20 android-14.0.0_r21 android-14.0.0_r22 android-14.0.0_r23 android-14.0.0_r24 android-14.0.0_r25 android-14.0.0_r26 android-14.0.0_r27 android-14.0.0_r29 android-14.0.0_r30 android-14.0.0_r31 android-14.0.0_r32 android-14.0.0_r33 android-14.0.0_r34 android-14.0.0_r35 android-14.0.0_r36 android-14.0.0_r37 android-14.0.0_r38 android-14.0.0_r39 android-14.0.0_r40 android-14.0.0_r41 android-14.0.0_r42 android-14.0.0_r43 android-14.0.0_r44 android-14.0.0_r45 android-automotiveos-14.0.0_lts2 android-automotiveos-14.0.0_lts3 android-automotiveos-14.0.0_lts4 android-automotiveos-14.0.0_lts5 android-automotiveos-14.0.0_lts6 android-automotiveos-14.0.0_lts7
  85. 2fe11a0 Upgrade kotlinx.atomicfu to 0.18.5 am: b943793454 am: 2282b1ddcd by Sadaf Ebrahimi · 2 years, 10 months ago android-u-beta-1-gpl
  86. 2282b1d Upgrade kotlinx.atomicfu to 0.18.5 am: b943793454 by Sadaf Ebrahimi · 2 years, 10 months ago main-16k-with-phones
  87. b943793 Upgrade kotlinx.atomicfu to 0.18.5 by Sadaf Ebrahimi · 2 years, 10 months ago
  88. 462e5be Replace jcenter() repo with mavenCentral() (#259) by mvicsokolova · 2 years, 10 months ago
  89. 7969167 Version 0.18.5 by mvicsokolova · 2 years, 10 months ago
  90. c1a5a28 Readme update (#256) by mvicsokolova · 2 years, 10 months ago
  91. 4a6eac1 More tests for atomicfu-gradle-plugin (#255) by mvicsokolova · 2 years, 10 months ago
  92. d6ecd36 Support JVM IR compiler plugin in AtomicfuGradlePlugin (#246) by mvicsokolova · 2 years, 11 months ago
  93. 0cc46d6 Version 0.18.4 by mvicsokolova · 2 years, 11 months ago
  94. ea661bc Backward compatibility for the passing the friendPaths (#249) by mvicsokolova · 2 years, 11 months ago
  95. b09e1b2 Pass friendPaths via BaseKotlinCompile$friendPath (#247) by mvicsokolova · 3 years ago
  96. 497fd6f Update gradle version to 6.8.3 (#244) by mvicsokolova · 3 years ago
  97. 97c9a52 Update kotlinx.metadata to 0.5.0 (#245) by mvicsokolova · 3 years ago
  98. 797ec3b Update README to better reflect its experimental status (#243) by Vsevolod Tolstopyatov · 3 years ago
  99. 17d3363 Version 0.18.3 by mvicsokolova · 3 years, 1 month ago
  100. b40401e Simplify withKotlinTargets by Ilya Goncharov · 3 years, 1 month ago