Android代码 Multiplatform Preferences
Multiplatform Preferences Use a single object : Preferences in your kotlin shared projects Compatible with kotlin android and kotlin native for iphone class MyPresenter { val preferences = Preferences() fun start(){ preferences.getString("userName")?.let { view.displayUs
文件列表
Android代码-Multiplatform-Preferences.zip
(预估有个69文件)
Multiplatform-Preferences-master
gradlew
5KB
settings.gradle
199B
pom.gradle
868B
multiplatform-preferences-android
src
main
AndroidManifest.xml
552B
java
com.github.florent37
暂无评论