Immutable persistent collections for Kotlin. Contribute to Kotlin/kotlinx.collections.immutable development by creating an account on GitHub.
Kotlin5.6k645 kotlinx-datetimekotlinx-datetimePublic KotlinX multiplatform date/time library Kotlin2.6k110 KEEPKEEPPublic Kotlin Evolution and Enhancement Process Markdown3.5k371 Repositories Type Language Sort kotlin-jupyterPublic Kotlin kernel for Jupyter/IPython ...
LiveEventBus是一款Android消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP Assent 轻便且灵活的Android动态权限申请框架,支持Kotlin和AndroidX Glide Glide相比起Fresco要轻量很多,api调用起来也很简洁,对图片加载要求不是很高的话建议使用Glide。 更新日志 v2.0 接入Paging改写动...
import java.util.Random; /** 蜜蜂 */ public class Bee extends FlyingObject implements Award{ private int xSpeed = 1; //x坐标移动速度 private int ySpeed = 2; //y坐标移动速度 private int awardType; //奖励类型 /** 初始化数据 */ public Bee(){ this.image = ShootGame.bee; width = i...
You can build a DOM tree with JVM, JS, and WASM. The following example shows how to build the DOM for WasmJs-targeted Kotlin: importkotlinx.browser.documentimportkotlinx.browser.windowimportkotlinx.html.aimportkotlinx.html.divimportkotlinx.html.dom.appendimportkotlinx.html.dom.createimportkotli...
kotlinx kotlin扩展方法 几乎全采用kotlin扩展方法的方式来扩展kotlin功能。增加易用性。 希望更多小伙伴加入和我一起扩充 已经从jitpack.io仓库移动至maven中央仓库 releases里面有AAR包。点击前往 Gradle 引用 添加依赖,当前最新版:———> 1.1.2 dependencies { //更新地址 https://github.com/yutils/kotlinx 建...
Kotlin plugins { id("org.jetbrains.kotlinx.kover") version"0.9.1"} Groovy plugins { id'org.jetbrains.kotlinx.kover'version'0.9.1'} After you applied Kover Gradle plugin, Kover tasks will be created for generating reports and verification. E.g. to generate HTML report run./gradlew kove...
Library support for Kotlin coroutines . Contribute to Kotlin/kotlinx.coroutines development by creating an account on GitHub.
Kotlin Multiplatform parser and compile-time serializer/deserializer for TOML format (Native, JS, JVM) based on KxS kotlintomlserializationnativedeserializationhacktoberfestkotlinxkotlinx-serializationkotlin-multiplatform-sample UpdatedFeb 10, 2025
import kotlinx.serialization.* import kotlinx.serialization.json.* @Serializable data class Project(val name: String, val language: String) fun main() { // Serializing objects val data = Project("kotlinx.serialization", "Kotlin") val string = Json.encodeToString(data) println(string) // {"...