mirror of
https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
synced 2025-10-15 03:10:02 +00:00
partially go over with compose
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package dev.inmo.kmppscriptbuilder.core.ui
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
|
||||
actual abstract class View {
|
||||
@Composable
|
||||
actual abstract fun build()
|
||||
}
|
||||
|
||||
@Composable
|
||||
actual fun View.DrawVertically(title: String, block: @Composable () -> Unit) {
|
||||
}
|
Reference in New Issue
Block a user