Chrys
11/06/2023, 9:00 AMzsmb
11/06/2023, 9:29 AMJacob Ras
11/06/2023, 10:00 AMChrys
11/06/2023, 10:54 AMrusshwolf
11/06/2023, 2:13 PMChrys
11/06/2023, 2:15 PMrusshwolf
11/06/2023, 2:17 PM@OptionalExpectation expect annotation class Foo
then you don't need to do actual annotation class Foo
for every platform. But you can't do @OptionalExpection expect class Foo
if Foo
is not an annotation class
@Foo
in common without having an implementation for Foo
for all platforms. But that's the only use caseChrys
11/06/2023, 2:18 PMrusshwolf
11/06/2023, 2:19 PMannotation class
Chrys
11/06/2023, 2:20 PM