galex
03/14/2019, 2:27 PMAnalyticsConfig.init().baseUrl = "<http://192.168.85.16:8000>"
I get the following error:
Uncaught Kotlin exception: kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen com.analytics.core.helper.AnalyticsConfig@94d888
Ellen Shapiro
03/14/2019, 2:30 PMclass
rather than an object
Ellen Shapiro
03/14/2019, 2:30 PMgalex
03/14/2019, 2:31 PMEllen Shapiro
03/14/2019, 2:32 PMgalex
03/14/2019, 2:32 PMEllen Shapiro
03/14/2019, 2:32 PMEllen Shapiro
03/14/2019, 2:33 PMEllen Shapiro
03/14/2019, 2:34 PMolonho
03/14/2019, 2:36 PMgalex
03/14/2019, 2:42 PMsvyatoslav.scherbina
03/14/2019, 2:49 PMbaseUrl
value.galex
03/14/2019, 2:50 PMsvyatoslav.scherbina
03/14/2019, 2:53 PMgalex
03/14/2019, 2:56 PMEllen Shapiro
03/14/2019, 2:58 PMinterface
olonho
03/14/2019, 2:58 PMinit
blockEllen Shapiro
03/14/2019, 2:58 PMolonho
03/14/2019, 2:59 PMEllen Shapiro
03/14/2019, 3:00 PMSecureStorage
is an interface I implemented in each app: https://github.com/bakkenbaeck/PorchPirateProtector/blob/master/code/PPPShared/src/commonMain/kotlin/manager/TokenManager.kt#L8)galex
03/14/2019, 3:01 PMgalex
03/14/2019, 3:02 PMEllen Shapiro
03/14/2019, 3:03 PMobject Thing {
init { // set up here }
}
Ellen Shapiro
03/14/2019, 3:03 PMolonho
03/14/2019, 3:15 PMgalex
03/14/2019, 3:27 PMgalex
03/14/2019, 3:28 PMEllen Shapiro
03/14/2019, 3:28 PMiosMain
which can be instantiated and have that pass the value from Swift”Ellen Shapiro
03/14/2019, 3:29 PMgalex
03/14/2019, 3:35 PMgalex
03/14/2019, 3:36 PMgalex
03/14/2019, 3:37 PM