Skip to content

Commit

Permalink
Add KSLog and ktgbotsapi libraries (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Jun 27, 2024
1 parent 91aa7fb commit 58d3744
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/links/Libraries.awesome.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2254,6 +2254,11 @@ category("Libraries/Frameworks") {
desc = "Modern powerful Trakt API to track, discover and share your movies & TV shows."
setPlatforms(JVM, JS, ANDROID, NATIVE, COMMON)
}
link {
github = "InsanusMokrassar/ktgbotapi"
desc = "Strongly typed API wrapper for Telegram Bots API"
setPlatforms(JVM, JS, ANDROID, NATIVE, COMMON)
}
}
subcategory("Internationalisation and Localization") {
link {
Expand Down Expand Up @@ -2287,6 +2292,12 @@ category("Libraries/Frameworks") {
desc = "Method call logging for Kotlin Multiplatform"
setPlatforms(JVM, JS, ANDROID, NATIVE, IOS, COMMON)
}
link {
github = "InsanusMokrassar/KSLog"
desc = "Simple Kotlin Logging"
setPlatforms(ANDROID, NATIVE, COMMON, JVM, JS)
setTags("logging", "multiplatform")
}
}
subcategory("Mail") {
link {
Expand Down

0 comments on commit 58d3744

Please sign in to comment.