refactor: suppress new features warning

This commit is contained in:
2024-02-20 12:21:04 +08:00
parent f2c131a125
commit e5fcac5974
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
* *
* This file is created by fankes on 2023/11/5. * This file is created by fankes on 2023/11/5.
*/ */
@file:Suppress("unused") @file:Suppress("unused", "ABSTRACT_COMPOSABLE_DEFAULT_PARAMETER_VALUE")
package com.highcapable.flexiui.component package com.highcapable.flexiui.component

View File

@@ -19,7 +19,7 @@
* *
* This file is created by fankes on 2023/11/9. * This file is created by fankes on 2023/11/9.
*/ */
@file:Suppress("unused", "MemberVisibilityCanBePrivate") @file:Suppress("unused", "MemberVisibilityCanBePrivate", "ABSTRACT_COMPOSABLE_DEFAULT_PARAMETER_VALUE")
package com.highcapable.flexiui.component package com.highcapable.flexiui.component