Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 10, 2023
1 parent 7a25202 commit 157239d
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 78 deletions.
164 changes: 125 additions & 39 deletions docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3740,7 +3740,7 @@
"full_name": "icerockdev/moko-resources",
"html_url": "https://github.com/icerockdev/moko-resources",
"description": "Resources access for mobile (android & ios) Kotlin Multiplatform development",
"stars_count": 788,
"stars_count": 789,
"watchers_count": 13,
"issues_count": 146,
"forks_count": 86,
Expand Down Expand Up @@ -4244,7 +4244,7 @@
"full_name": "icerockdev/moko-permissions",
"html_url": "https://github.com/icerockdev/moko-permissions",
"description": "Runtime permissions controls for mobile (android & ios) Kotlin Multiplatform development",
"stars_count": 197,
"stars_count": 198,
"watchers_count": 6,
"issues_count": 11,
"forks_count": 21,
Expand Down Expand Up @@ -21477,7 +21477,7 @@
"full_name": "russhwolf/multiplatform-settings",
"html_url": "https://github.com/russhwolf/multiplatform-settings",
"description": "A Kotlin Multiplatform library for saving simple key-value data",
"stars_count": 1180,
"stars_count": 1182,
"watchers_count": 14,
"issues_count": 34,
"forks_count": 55,
Expand Down Expand Up @@ -22091,7 +22091,7 @@
"full_name": "kuuuurt/multiplatform-paging",
"html_url": "https://github.com/kuuuurt/multiplatform-paging",
"description": "Kotlin Multiplatform library for Pagination",
"stars_count": 236,
"stars_count": 237,
"watchers_count": 6,
"issues_count": 13,
"forks_count": 22,
Expand Down Expand Up @@ -28374,9 +28374,9 @@
"full_name": "Kotlin/kotlinx.coroutines",
"html_url": "https://github.com/Kotlin/kotlinx.coroutines",
"description": "Library support for Kotlin coroutines ",
"stars_count": 12290,
"stars_count": 12293,
"watchers_count": 298,
"issues_count": 285,
"issues_count": 284,
"forks_count": 1800,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -32139,9 +32139,9 @@
"html_url": "https://github.com/Kotlin/kotlinx.serialization",
"description": "Kotlin multiplatform / multi-format serialization ",
"stars_count": 4768,
"watchers_count": 104,
"issues_count": 355,
"forks_count": 619,
"watchers_count": 103,
"issues_count": 353,
"forks_count": 618,
"license": "Apache License 2.0",
"topics": [
"cbor",
Expand Down Expand Up @@ -33044,9 +33044,9 @@
"full_name": "ktorio/ktor",
"html_url": "https://github.com/ktorio/ktor",
"description": "Framework for quickly creating connected applications in Kotlin with minimal effort",
"stars_count": 11606,
"stars_count": 11609,
"watchers_count": 177,
"issues_count": 173,
"issues_count": 174,
"forks_count": 968,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -172123,7 +172123,7 @@
"description": "SQLDelight - Generates typesafe Kotlin APIs from SQL",
"stars_count": 5510,
"watchers_count": 120,
"issues_count": 321,
"issues_count": 322,
"forks_count": 481,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -182444,7 +182444,7 @@
"full_name": "AAkira/Napier",
"html_url": "https://github.com/AAkira/Napier",
"description": "Logging library for Kotlin Multiplatform",
"stars_count": 568,
"stars_count": 567,
"watchers_count": 10,
"issues_count": 15,
"forks_count": 30,
Expand Down Expand Up @@ -188304,9 +188304,9 @@
"full_name": "kosi-libs/Kodein",
"html_url": "https://github.com/kosi-libs/Kodein",
"description": "Painless Kotlin Dependency Injection",
"stars_count": 3054,
"stars_count": 3055,
"watchers_count": 48,
"issues_count": 11,
"issues_count": 12,
"forks_count": 173,
"license": "MIT License",
"topics": [
Expand Down Expand Up @@ -189132,7 +189132,7 @@
"full_name": "Reedyuk/blue-falcon",
"html_url": "https://github.com/Reedyuk/blue-falcon",
"description": "A Bluetooth kotlin multiplatform \"Cross-Platform\" library for iOS and Android",
"stars_count": 268,
"stars_count": 269,
"watchers_count": 5,
"issues_count": 8,
"forks_count": 31,
Expand Down Expand Up @@ -193790,7 +193790,7 @@
"full_name": "square/okio",
"html_url": "https://github.com/square/okio",
"description": "A modern I/O library for Android, Java, and Kotlin Multiplatform.",
"stars_count": 8516,
"stars_count": 8517,
"watchers_count": 271,
"issues_count": 70,
"forks_count": 1202,
Expand Down Expand Up @@ -200244,7 +200244,7 @@
"full_name": "vksdk/vk-sdk-kotlin",
"html_url": "https://github.com/vksdk/vk-sdk-kotlin",
"description": "Unofficial VK SDK, written in Kotlin: make bots, use the API",
"stars_count": 67,
"stars_count": 68,
"watchers_count": 3,
"issues_count": 5,
"forks_count": 16,
Expand Down Expand Up @@ -211420,7 +211420,7 @@
"description": "Type-safe library for work with Telegram Bot API",
"stars_count": 282,
"watchers_count": 4,
"issues_count": 18,
"issues_count": 19,
"forks_count": 19,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -222196,9 +222196,9 @@
"full_name": "InsertKoinIO/koin",
"html_url": "https://github.com/InsertKoinIO/koin",
"description": "Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform",
"stars_count": 8288,
"stars_count": 8290,
"watchers_count": 103,
"issues_count": 54,
"issues_count": 55,
"forks_count": 641,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -224470,7 +224470,7 @@
"full_name": "oshai/kotlin-logging",
"html_url": "https://github.com/oshai/kotlin-logging",
"description": "Lightweight Multiplatform logging framework for Kotlin. A convenient and performant logging facade.",
"stars_count": 2294,
"stars_count": 2295,
"watchers_count": 21,
"issues_count": 20,
"forks_count": 98,
Expand Down Expand Up @@ -241070,7 +241070,7 @@
"full_name": "Kotlin/kotlinx-datetime",
"html_url": "https://github.com/Kotlin/kotlinx-datetime",
"description": "KotlinX multiplatform date/time library",
"stars_count": 1922,
"stars_count": 1923,
"watchers_count": 66,
"issues_count": 65,
"forks_count": 88,
Expand Down Expand Up @@ -241146,9 +241146,9 @@
"full_name": "JetBrains/skiko",
"html_url": "https://github.com/JetBrains/skiko",
"description": "Kotlin MPP bindings to Skia",
"stars_count": 1564,
"stars_count": 1565,
"watchers_count": 36,
"issues_count": 113,
"issues_count": 112,
"forks_count": 92,
"license": "Apache License 2.0",
"topics": []
Expand Down Expand Up @@ -256214,7 +256214,7 @@
"full_name": "arkivanov/Decompose",
"html_url": "https://github.com/arkivanov/Decompose",
"description": "Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)",
"stars_count": 1465,
"stars_count": 1467,
"watchers_count": 17,
"issues_count": 8,
"forks_count": 55,
Expand Down Expand Up @@ -262281,7 +262281,7 @@
"description": "Kotlin Asynchronous Bluetooth Low-Energy",
"stars_count": 641,
"watchers_count": 18,
"issues_count": 39,
"issues_count": 38,
"forks_count": 67,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -273233,7 +273233,7 @@
"description": "Collection of tools for coding in Kotlin",
"stars_count": 26,
"watchers_count": 3,
"issues_count": 18,
"issues_count": 9,
"forks_count": 2,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -280384,7 +280384,7 @@
"description": "Collection of tools for coding in Kotlin",
"stars_count": 26,
"watchers_count": 3,
"issues_count": 18,
"issues_count": 9,
"forks_count": 2,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -287524,7 +287524,7 @@
"description": "Collection of tools for coding in Kotlin",
"stars_count": 26,
"watchers_count": 3,
"issues_count": 18,
"issues_count": 9,
"forks_count": 2,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -294599,7 +294599,7 @@
"description": "Collection of tools for coding in Kotlin",
"stars_count": 26,
"watchers_count": 3,
"issues_count": 18,
"issues_count": 9,
"forks_count": 2,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -301692,7 +301692,7 @@
"description": "Collection of tools for coding in Kotlin",
"stars_count": 26,
"watchers_count": 3,
"issues_count": 18,
"issues_count": 9,
"forks_count": 2,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -308785,7 +308785,7 @@
"description": "Collection of tools for coding in Kotlin",
"stars_count": 26,
"watchers_count": 3,
"issues_count": 18,
"issues_count": 9,
"forks_count": 2,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -315859,7 +315859,7 @@
"description": "Collection of tools for coding in Kotlin",
"stars_count": 26,
"watchers_count": 3,
"issues_count": 18,
"issues_count": 9,
"forks_count": 2,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -320320,7 +320320,7 @@
"full_name": "MoviebaseApp/tmdb-kotlin",
"html_url": "https://github.com/MoviebaseApp/tmdb-kotlin",
"description": "🎬 Modern powerful TMDB API to fetch movies and TV shows for Kotlin Multiplatform. ",
"stars_count": 147,
"stars_count": 148,
"watchers_count": 4,
"issues_count": 8,
"forks_count": 10,
Expand Down Expand Up @@ -351505,8 +351505,8 @@
"groupId": "io.github.ltttttttttttt",
"artifactId": "ComposeViews",
"path": "io.github.ltttttttttttt:ComposeViews",
"latestVersion": "1.5.1.2",
"lastUpdated": "20231008140949",
"latestVersion": "1.5.1.3",
"lastUpdated": "20231009124045",
"versions": [
{
"version": "1.3.1",
Expand Down Expand Up @@ -353563,16 +353563,102 @@
"platform": "js"
}
}
},
{
"version": "1.5.1.3",
"mpp": true,
"gradle": "7.5",
"kotlin": "1.9.0",
"targets": {
"metadataApiElements": {
"platform": "common"
},
"metadataSourcesElements": {
"platform": "common"
},
"debugApiElements-published": {
"platform": "androidJvm"
},
"debugRuntimeElements-published": {
"platform": "androidJvm"
},
"debugSourcesElements-published": {
"platform": "androidJvm"
},
"releaseApiElements-published": {
"platform": "androidJvm"
},
"releaseRuntimeElements-published": {
"platform": "androidJvm"
},
"releaseSourcesElements-published": {
"platform": "androidJvm"
},
"desktopApiElements-published": {
"platform": "jvm"
},
"desktopRuntimeElements-published": {
"platform": "jvm"
},
"desktopSourcesElements-published": {
"platform": "jvm"
},
"iosArm64ApiElements-published": {
"platform": "native",
"target": "ios_arm64"
},
"iosArm64SourcesElements-published": {
"platform": "native",
"target": "ios_arm64"
},
"iosArm64MetadataElements-published": {
"platform": "native",
"target": "ios_arm64"
},
"iosSimulatorArm64ApiElements-published": {
"platform": "native",
"target": "ios_simulator_arm64"
},
"iosSimulatorArm64SourcesElements-published": {
"platform": "native",
"target": "ios_simulator_arm64"
},
"iosSimulatorArm64MetadataElements-published": {
"platform": "native",
"target": "ios_simulator_arm64"
},
"iosX64ApiElements-published": {
"platform": "native",
"target": "ios_x64"
},
"iosX64SourcesElements-published": {
"platform": "native",
"target": "ios_x64"
},
"iosX64MetadataElements-published": {
"platform": "native",
"target": "ios_x64"
},
"jsApiElements-published": {
"platform": "js"
},
"jsRuntimeElements-published": {
"platform": "js"
},
"jsSourcesElements-published": {
"platform": "js"
}
}
}
],
"github": {
"name": "ComposeViews",
"full_name": "ltttttttttttt/ComposeViews",
"html_url": "https://github.com/ltttttttttttt/ComposeViews",
"description": "跨平台Compose组件, Jatpack(JetBrains) Compose views, in to Android, Web, Desktop, iOS: Pager, Banner, Indicator, Refresh Layout, Flow Layout, Menu Floating Action Button, Pull To Refresh, Chain Scrollable Component, Scrollable App Bar(Nested Scroll View),Date Selector(Time Selector Date Picker), Swipe To Dismiss, Image viewer, Star Bar and more",
"stars_count": 225,
"stars_count": 226,
"watchers_count": 4,
"issues_count": 4,
"issues_count": 3,
"forks_count": 21,
"license": "Apache License 2.0",
"topics": [
Expand Down
Loading

0 comments on commit 157239d

Please sign in to comment.