I've seen some open discussion on it but not a cle...
# multiplatform
b
I've seen some open discussion on it but not a clear yes or no answer. Does Kotlin built using a gradle file support conditional compilation? We're investigating using this technique, https://medium.com/dont-code-me-on-that/aspect-oriented-programming-in-kotlin-95ff8598913, for supporting annotations that will allow us to do simple call count mocking for some of our objects but we want to make sure that that code is not present in either JS, Android or iOS code on release builds.
or is it possible to maybe do something with expect/actual across commonMain and commonTest to fake this?