Ilya Solovyov

Results 4 comments of Ilya Solovyov

I have seen this example. TabView is used as a root view here... I want to create something like these: ![IMG_5572](https://user-images.githubusercontent.com/50013971/191726807-585c8619-9dbd-4daa-a127-09732dd4c956.jpeg) 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...