iosMain.getPlatformName.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of KSend Show documentation
Show all versions of KSend Show documentation
A description of what my library does.
actual fun getPlatformName(): String {
return "iOS"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy