Ayla
06/05/2023, 8:32 AMAdam S
06/05/2023, 8:36 AMjava.util.Optional
, and then you run the JVM tests - they’ll pass, even though running the JS tests will fail)Ayla
06/05/2023, 8:57 AMwwalkingg
06/05/2023, 9:21 AMSebastian Sellmair [JB]
06/05/2023, 11:01 AMMichael Paus
06/05/2023, 11:38 AMSebastian Sellmair [JB]
06/05/2023, 11:42 AMephemient
06/05/2023, 2:31 PMSebastian Sellmair [JB]
06/05/2023, 2:57 PMMichael Paus
06/05/2023, 5:45 PM@file:Suppress("INLINE_FROM_HIGHER_PLATFORM") // Remove once KTIJ-20816 is fixed.
to fix some IDE errors and make it usable at all but I am wondering why there isn’t something like, e.g.,
@file:Assert("ONLY_COMMON_DEPENDENCIES")
to make sure that a given piece of code has only common dependencies (in the sense of the Kotlin standard library) or dependencies on code from another file with the same flag.Sebastian Sellmair [JB]
06/05/2023, 7:31 PMSebastian Sellmair [JB]
06/05/2023, 7:31 PMMichael Paus
06/05/2023, 8:40 PM