[stdlib] Explicit visibility and return types: Native

This commit is contained in:
Ilya Gorbunov
2023-11-12 02:10:27 +01:00
committed by Space Team
parent 43fc4ccf40
commit c77930c1ea
48 changed files with 595 additions and 539 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
@file:Suppress("DEPRECATION_ERROR", "TYPEALIAS_EXPANSION_DEPRECATION_ERROR", "UNUSED_PARAMETER") // Everything is scheduled for removal
@file:Suppress("DEPRECATION_ERROR", "TYPEALIAS_EXPANSION_DEPRECATION_ERROR", "UNUSED_PARAMETER", "NO_EXPLICIT_VISIBILITY_IN_API_MODE", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE") // Everything is scheduled for removal
@file:OptIn(ExperimentalForeignApi::class)
package kotlinx.wasm.jsinterop