Skip to content

Commit 5ec51e2

Browse files
committed
Update versions
1 parent dcec640 commit 5ec51e2

2 files changed

Lines changed: 272 additions & 52 deletions

File tree

docs/data.json

Lines changed: 136 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@
15351535
"full_name": "icerockdev/moko-mvvm",
15361536
"html_url": "https://github.com/icerockdev/moko-mvvm",
15371537
"description": "Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development",
1538-
"stars_count": 1097,
1538+
"stars_count": 1098,
15391539
"watchers_count": 23,
15401540
"issues_count": 51,
15411541
"forks_count": 97,
@@ -6696,7 +6696,7 @@
66966696
"full_name": "icerockdev/moko-resources",
66976697
"html_url": "https://github.com/icerockdev/moko-resources",
66986698
"description": "Resources access for mobile (android & ios) Kotlin Multiplatform development",
6699-
"stars_count": 1347,
6699+
"stars_count": 1350,
67006700
"watchers_count": 14,
67016701
"issues_count": 172,
67026702
"forks_count": 136,
@@ -7655,10 +7655,10 @@
76557655
"full_name": "icerockdev/moko-permissions",
76567656
"html_url": "https://github.com/icerockdev/moko-permissions",
76577657
"description": "Runtime permissions controls for mobile (android & ios) Kotlin Multiplatform development",
7658-
"stars_count": 652,
7658+
"stars_count": 653,
76597659
"watchers_count": 8,
7660-
"issues_count": 40,
7661-
"forks_count": 63,
7660+
"issues_count": 42,
7661+
"forks_count": 64,
76627662
"license": "Apache License 2.0",
76637663
"topics": [
76647664
"android",
@@ -8210,7 +8210,7 @@
82108210
"full_name": "icerockdev/moko-media",
82118211
"html_url": "https://github.com/icerockdev/moko-media",
82128212
"description": "Media selection & presenting for mobile (android & ios) Kotlin Multiplatform development",
8213-
"stars_count": 182,
8213+
"stars_count": 183,
82148214
"watchers_count": 6,
82158215
"issues_count": 20,
82168216
"forks_count": 15,
@@ -11448,7 +11448,7 @@
1144811448
"full_name": "icerockdev/moko-geo",
1144911449
"html_url": "https://github.com/icerockdev/moko-geo",
1145011450
"description": "Geolocation access for mobile (android & ios) Kotlin Multiplatform development",
11451-
"stars_count": 240,
11451+
"stars_count": 241,
1145211452
"watchers_count": 4,
1145311453
"issues_count": 10,
1145411454
"forks_count": 22,
@@ -38493,7 +38493,7 @@
3849338493
"description": "Framework for quickly creating connected applications in Kotlin with minimal effort",
3849438494
"stars_count": 14451,
3849538495
"watchers_count": 169,
38496-
"issues_count": 208,
38496+
"issues_count": 209,
3849738497
"forks_count": 1271,
3849838498
"license": "Apache License 2.0",
3849938499
"topics": [
@@ -193142,8 +193142,8 @@
193142193142
"groupId": "org.reduxkotlin",
193143193143
"artifactId": "redux-kotlin",
193144193144
"path": "org.reduxkotlin:redux-kotlin",
193145-
"latestVersion": "1.0.0-alpha03",
193146-
"lastUpdated": "20260623155139",
193145+
"latestVersion": "1.0.0-alpha04",
193146+
"lastUpdated": "20260702172407",
193147193147
"versions": [
193148193148
{
193149193149
"version": "0.2",
@@ -195104,6 +195104,116 @@
195104195104
"platform": "wasm"
195105195105
}
195106195106
}
195107+
},
195108+
{
195109+
"version": "1.0.0-alpha04",
195110+
"mpp": true,
195111+
"gradle": "9.5.1",
195112+
"kotlin": "2.3.20",
195113+
"targets": {
195114+
"metadataApiElements": {
195115+
"platform": "common"
195116+
},
195117+
"metadataSourcesElements": {
195118+
"platform": "common"
195119+
},
195120+
"androidApiElements-published": {
195121+
"platform": "androidJvm"
195122+
},
195123+
"androidRuntimeElements-published": {
195124+
"platform": "androidJvm"
195125+
},
195126+
"androidSourcesElements-published": {
195127+
"platform": "androidJvm"
195128+
},
195129+
"iosArm64ApiElements-published": {
195130+
"platform": "native",
195131+
"target": "ios_arm64"
195132+
},
195133+
"iosArm64SourcesElements-published": {
195134+
"platform": "native",
195135+
"target": "ios_arm64"
195136+
},
195137+
"iosArm64MetadataElements-published": {
195138+
"platform": "native",
195139+
"target": "ios_arm64"
195140+
},
195141+
"iosSimulatorArm64ApiElements-published": {
195142+
"platform": "native",
195143+
"target": "ios_simulator_arm64"
195144+
},
195145+
"iosSimulatorArm64SourcesElements-published": {
195146+
"platform": "native",
195147+
"target": "ios_simulator_arm64"
195148+
},
195149+
"iosSimulatorArm64MetadataElements-published": {
195150+
"platform": "native",
195151+
"target": "ios_simulator_arm64"
195152+
},
195153+
"jsApiElements-published": {
195154+
"platform": "js"
195155+
},
195156+
"jsRuntimeElements-published": {
195157+
"platform": "js"
195158+
},
195159+
"jsSourcesElements-published": {
195160+
"platform": "js"
195161+
},
195162+
"jvmApiElements-published": {
195163+
"platform": "jvm"
195164+
},
195165+
"jvmRuntimeElements-published": {
195166+
"platform": "jvm"
195167+
},
195168+
"jvmSourcesElements-published": {
195169+
"platform": "jvm"
195170+
},
195171+
"linuxArm64ApiElements-published": {
195172+
"platform": "native",
195173+
"target": "linux_arm64"
195174+
},
195175+
"linuxArm64SourcesElements-published": {
195176+
"platform": "native",
195177+
"target": "linux_arm64"
195178+
},
195179+
"linuxX64ApiElements-published": {
195180+
"platform": "native",
195181+
"target": "linux_x64"
195182+
},
195183+
"linuxX64SourcesElements-published": {
195184+
"platform": "native",
195185+
"target": "linux_x64"
195186+
},
195187+
"macosArm64ApiElements-published": {
195188+
"platform": "native",
195189+
"target": "macos_arm64"
195190+
},
195191+
"macosArm64SourcesElements-published": {
195192+
"platform": "native",
195193+
"target": "macos_arm64"
195194+
},
195195+
"macosArm64MetadataElements-published": {
195196+
"platform": "native",
195197+
"target": "macos_arm64"
195198+
},
195199+
"mingwX64ApiElements-published": {
195200+
"platform": "native",
195201+
"target": "mingw_x64"
195202+
},
195203+
"mingwX64SourcesElements-published": {
195204+
"platform": "native",
195205+
"target": "mingw_x64"
195206+
},
195207+
"wasmJsApiElements-published": {
195208+
"platform": "wasm"
195209+
},
195210+
"wasmJsRuntimeElements-published": {
195211+
"platform": "wasm"
195212+
},
195213+
"wasmJsSourcesElements-published": {
195214+
"platform": "wasm"
195215+
}
195216+
}
195107195217
}
195108195218
],
195109195219
"github": {
@@ -203709,7 +203819,7 @@
203709203819
"description": "Kotlin Multiplatform Redis Client: coroutine-based, DSL-powered, and easy to use.",
203710203820
"stars_count": 103,
203711203821
"watchers_count": 2,
203712-
"issues_count": 3,
203822+
"issues_count": 2,
203713203823
"forks_count": 6,
203714203824
"license": "Apache License 2.0",
203715203825
"topics": [
@@ -222752,7 +222862,7 @@
222752222862
"description": "Painless Kotlin Dependency Injection",
222753222863
"stars_count": 3331,
222754222864
"watchers_count": 46,
222755-
"issues_count": 9,
222865+
"issues_count": 10,
222756222866
"forks_count": 177,
222757222867
"license": "MIT License",
222758222868
"topics": [
@@ -223578,7 +223688,7 @@
223578223688
"full_name": "Reedyuk/blue-falcon",
223579223689
"html_url": "https://github.com/Reedyuk/blue-falcon",
223580223690
"description": "Kotlin Multiplatform BLE library for iOS, Android, macos, windows and javascript",
223581-
"stars_count": 468,
223691+
"stars_count": 469,
223582223692
"watchers_count": 5,
223583223693
"issues_count": 2,
223584223694
"forks_count": 63,
@@ -240516,9 +240626,9 @@
240516240626
"full_name": "apollographql/apollo-kotlin",
240517240627
"html_url": "https://github.com/apollographql/apollo-kotlin",
240518240628
"description": ":rocket:  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.",
240519-
"stars_count": 3956,
240629+
"stars_count": 3957,
240520240630
"watchers_count": 108,
240521-
"issues_count": 111,
240631+
"issues_count": 110,
240522240632
"forks_count": 694,
240523240633
"license": "MIT License",
240524240634
"topics": [
@@ -289403,7 +289513,7 @@
289403289513
"full_name": "oshai/kotlin-logging",
289404289514
"html_url": "https://github.com/oshai/kotlin-logging",
289405289515
"description": "Lightweight Multiplatform logging framework for Kotlin. A convenient and performant logging facade.",
289406-
"stars_count": 3087,
289516+
"stars_count": 3086,
289407289517
"watchers_count": 19,
289408289518
"issues_count": 21,
289409289519
"forks_count": 130,
@@ -290117,7 +290227,7 @@
290117290227
"full_name": "StarryBlueSky/Penicillin",
290118290228
"html_url": "https://github.com/StarryBlueSky/Penicillin",
290119290229
"description": "Modern powerful Twitter API wrapper for Kotlin Multiplatform. #PureKotlin",
290120-
"stars_count": 87,
290230+
"stars_count": 86,
290121290231
"watchers_count": 4,
290122290232
"issues_count": 16,
290123290233
"forks_count": 4,
@@ -310988,7 +311098,7 @@
310988311098
"full_name": "Kotlin/kotlinx-datetime",
310989311099
"html_url": "https://github.com/Kotlin/kotlinx-datetime",
310990311100
"description": "KotlinX multiplatform date/time library",
310991-
"stars_count": 2815,
311101+
"stars_count": 2814,
310992311102
"watchers_count": 61,
310993311103
"issues_count": 38,
310994311104
"forks_count": 131,
@@ -311064,8 +311174,8 @@
311064311174
"full_name": "JetBrains/skiko",
311065311175
"html_url": "https://github.com/JetBrains/skiko",
311066311176
"description": "Kotlin Multiplatform bindings to Skia",
311067-
"stars_count": 2157,
311068-
"watchers_count": 32,
311177+
"stars_count": 2156,
311178+
"watchers_count": 31,
311069311179
"issues_count": 27,
311070311180
"forks_count": 185,
311071311181
"license": "Apache License 2.0",
@@ -312765,7 +312875,7 @@
312765312875
"full_name": "DiamondEdge1/KmLogging",
312766312876
"html_url": "https://github.com/DiamondEdge1/KmLogging",
312767312877
"description": "Kotlin multiplatform logging. High performance, composable and simple to use.",
312768-
"stars_count": 134,
312878+
"stars_count": 135,
312769312879
"watchers_count": 3,
312770312880
"issues_count": 0,
312771312881
"forks_count": 18,
@@ -319869,9 +319979,9 @@
319869319979
"full_name": "JuulLabs/kable",
319870319980
"html_url": "https://github.com/JuulLabs/kable",
319871319981
"description": "Kotlin Asynchronous Bluetooth Low-Energy",
319872-
"stars_count": 1163,
319982+
"stars_count": 1164,
319873319983
"watchers_count": 20,
319874-
"issues_count": 66,
319984+
"issues_count": 61,
319875319985
"forks_count": 110,
319876319986
"license": "Apache License 2.0",
319877319987
"topics": [
@@ -382897,7 +383007,7 @@
382897383007
"full_name": "rickclephas/KMP-NativeCoroutines",
382898383008
"html_url": "https://github.com/rickclephas/KMP-NativeCoroutines",
382899383009
"description": "Library to use Kotlin Coroutines from Swift code in KMP apps",
382900-
"stars_count": 1311,
383010+
"stars_count": 1312,
382901383011
"watchers_count": 15,
382902383012
"issues_count": 11,
382903383013
"forks_count": 47,
@@ -393927,7 +394037,7 @@
393927394037
"stars_count": 663,
393928394038
"watchers_count": 3,
393929394039
"issues_count": 19,
393930-
"forks_count": 28,
394040+
"forks_count": 27,
393931394041
"license": "Apache License 2.0",
393932394042
"topics": [
393933394043
"kotlin",
@@ -444467,7 +444577,7 @@
444467444577
"full_name": "mirzemehdi/KMPNotifier",
444468444578
"html_url": "https://github.com/mirzemehdi/KMPNotifier",
444469444579
"description": "Kotlin Multiplatform Push Notification Library targetting android, iOS, Desktop and Web (JS and Wasm)",
444470-
"stars_count": 645,
444580+
"stars_count": 646,
444471444581
"watchers_count": 4,
444472444582
"issues_count": 31,
444473444583
"forks_count": 45,

0 commit comments

Comments
 (0)