https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

Sylvain Patenaude

02/28/2020, 3:07 PM
Can I use @Throws in multi-platform (common) code? EDIT: My code is 99% common (with the 1% being some platform-specific tweaks ). But I would still need to add @Throws annotations to several methods so that the iOS consumers of my iOS-generated library can try/catch these methods. Any idea how I could achieve this?
k

kpgalligan

02/28/2020, 3:19 PM