Skip to content

Commit

Permalink
Corrected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
y9san9 authored Jun 10, 2021
1 parent 67305ef commit 62af940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public object KDS {
private var contextSource: Application? = null
@InternalKDSApi
public val context: Application get() = contextSource
?: error("Please ensure you called KDS.start() in App.onStart()")
?: error("Please ensure you called KDS.onCreate(this) in App.onCreate()")

public fun onCreate(app: Application) {
contextSource = app
Expand Down

0 comments on commit 62af940

Please sign in to comment.