You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: multiplatform-paths/build.gradle.kts
+1-1
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ mavenPublishing {
95
95
pom {
96
96
name.set("Multiplatform Paths")
97
97
description.set(
98
-
"Get platform specific app data and cache directory(equivalent to ApplicationInfo.dataDir or NSHomeDirectory) in Kotlin Multiplatform application",
98
+
"Get platform specific app data and cache directory(equivalent to ApplicationInfo.dataDir or NSApplicationSupportDirectory) in Kotlin Multiplatform application",
0 commit comments