Skip to content

Commit 619ee3c

Browse files
author
Edwin Wu
committed
Kotlin
1 parent f84c8d3 commit 619ee3c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Kotlinlang/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ var mContext2: Context by Delegates.notNull() // 委托
3838

3939
```
4040

41+
#### 插件推荐
42+
43+
1. JsonToKotlin:Android Studio插件根据Json自动生成KotlinBean
44+
4145

4246

4347
# 参考资料

Kotlinlang/src/examples/delegatedDroperties/Lazy_property.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ fun main(args: Array<String>) {
2222
val sample = LazySample()
2323
println("lazy = ${sample.lazy}")
2424
println("lazy = ${sample.lazy}")
25-
26-
2725
}

0 commit comments

Comments
 (0)