python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android Studio Kotlin redeclaration error with actual/expect
Android Studio reports a redeclaration error with Kotlin objects even though Gradle builds the project correctly.
I have this in my commonMain
expect object ApplicationConfig {
val url1: String
...
Okko Kauhanen
Votes: 0
Answers: 0
Can docker buildx build utilize a docker swarm for multi-platform building?
Just got done compiling a buildx multi-arch docker container that includes amd64, arm64 and armv7. It took about two hours to build -- with the armv7 portion being particularly slow. It only takes abo...
bnhf
Votes: 0
Answers: 0
RuntimeIdentifiers and custom output path in a net6 multi-platform application
I develop a net6 application for both win64 and osx-x64
and I would like to set the OutputPath to a custom path.
I started with only the win64 version. I use the x64 solution configuration
Here was my...
Whiletrue
Votes: 0
Answers: 0
What is the difference between cross-platform and multi-platform?
Can someone clearly tell the difference between the terms "cross platform" and "multi platform"
0x35D
Votes: 0
Answers: 1