Browse Source
Checked it on the version 0.0.0-feature-material3-build460 Fixes https://github.com/JetBrains/compose-jb/issues/1335try_template_with_1.6.0-rc2
Igor Demin
3 years ago
committed by
GitHub
3 changed files with 10 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
package org.jetbrains.compose |
||||
|
||||
// We write explicitly about OptIn, because IDEA doesn't suggest it. |
||||
@RequiresOptIn("This library is experimental and can be unstable. Add @OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class) annotation.") |
||||
annotation class ExperimentalComposeLibrary |
Loading…
Reference in new issue