Ilya Solovyov
Ilya Solovyov
I have seen this example. TabView is used as a root view here... I want to create something like these:  If I add TabView as second screen after empty...
I use MacBook Air M1 My Gradle file import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget plugins { kotlin("multiplatform") kotlin("native.cocoapods") id("com.android.library") } version = "1.0" kotlin { android() val iosTarget: (String, KotlinNativeTarget.() -> Unit) -> KotlinNativeTarget...
How should it be disabled? @Alex009
@Alex009 That doesn't solve the problem. * What went wrong: A problem occurred configuring project ':MultiPlatformLibrary'. > The project must have a target for at least one of the following...