Maven 项目 在pom.xml 文件中添加以下依赖: xml <dependencies> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>版本号</version> </dependency> <dependency>...
This release aims to fix important issues that were discovered in the 1.7.2 release, including the inability to sync certain projects into Android Studio/IntelliJ IDEA and exceptions from custom Uuid serializers. It uses Kotlin 2.0.20 by default. Use explicit kotlin-stdlib and kotlin-test version...