pawegio / KAndroid

Kotlin library for Android
Apache License 2.0
896 stars 81 forks source link

readable/writable fix #36

Closed illuzor closed 7 years ago

illuzor commented 7 years ago

On my original idea these properties must be available without instance creation.

pawegio commented 7 years ago

But no instance is created here. Without an Environment class receiver code completion will suggest these properties in any scope. I would prefer to avoid it. You can import these methods directly if you reuse this class multiple times in single file.