
kotlin
文章平均质量分 68
YD-10-NG
杨迪龙
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
kotlin multiplatform 多平台库 DLDateUtil 日期时间工具 使用方法
kotlin multiplatform 多平台库 DLDateUtil 日期时间工具 使用方法前言使用1 Add it in your root build.gradle at the end of repositories:2 Add the dependency3 混淆4 举例完事前言多年开发常用的日期时间转换工具打包成库,分享出来。版本1.2开始,本库已经改造成kotlin跨平台项目,目前支持JVM、JS,native,但是由于一直在用的 jitpack.io 不支持JVM以外的打包环境,原创 2021-11-05 16:59:34 · 968 阅读 · 0 评论 -
kotlin DLLatLngUtil 经纬度数据处理工具的使用 坐标系转换 度分秒转换
kotlin DLLatLngUtil 经纬度数据处理工具的使用 坐标系转换 度分秒转换前言使用实例Github完事前言常用的经纬度数据的处理逻辑封装。使用1 Add it in your root build.gradle at the end of repositories:allprojects { repositories { ... maven { url 'https://jitpack.io' } }}2 Add the dependencydepen原创 2021-11-10 16:19:51 · 2017 阅读 · 0 评论