blob: b045a1f630d281b1152758d2f9992974e7e25d2d [file] [log] [blame]
Vsevolod Tolstopyatove50a0fa2019-01-28 11:34:24 +03001/*
Vsevolod Tolstopyatov6d1a6e32020-02-18 15:28:00 +03002 * Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
Vsevolod Tolstopyatove50a0fa2019-01-28 11:34:24 +03003 */
4
5// For new mpp
6ext.experimentalAnnotations = [
7 "kotlin.Experimental",
8 "kotlin.experimental.ExperimentalTypeInference",
9 "kotlin.ExperimentalMultiplatform",
10 "kotlinx.coroutines.ExperimentalCoroutinesApi",
11 "kotlinx.coroutines.ObsoleteCoroutinesApi",
Vsevolod Tolstopyatovd57bfa22019-04-04 14:25:13 +030012 "kotlinx.coroutines.InternalCoroutinesApi",
13 "kotlinx.coroutines.FlowPreview"]