The entire `build.gradle` is only ``` apply plugin...
# multiplatform
j
The entire
build.gradle
is only
Copy code
apply plugin: 'org.jetbrains.kotlin.platform.common'

dependencies {
  implementation deps.kotlin.stdlib.common
  testImplementation deps.kotlin.test.common
  testImplementation deps.kotlin.test.annotations
}