Revert "Add tests for setup native run gutters."

This reverts commit d61e40e4
This commit is contained in:
Konstantin Tskhovrebov
2020-06-11 17:28:14 +03:00
parent d528d24f83
commit 032d017c4f
10 changed files with 0 additions and 194 deletions
@@ -1,27 +0,0 @@
plugins {
id("org.jetbrains.kotlin.multiplatform") version ("{{kotlin_plugin_version}}")
}
repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
maven("https://dl.bintray.com/kotlin/kotlin-dev")
mavenLocal()
}
kotlin {
macosX64("macos") {
binaries {
executable {
entryPoint = "sample.main"
}
}
}
sourceSets {
commonMain {
dependencies {
implementation(kotlin("stdlib-common"))
}
}
val macosMain by getting {
}
}
}
@@ -1,10 +0,0 @@
pluginManagement {
repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
maven("https://dl.bintray.com/kotlin/kotlin-dev")
mavenLocal()
gradlePluginPortal()
}
}
rootProject.name = "test"
@@ -1,5 +0,0 @@
package sample
fun main() {
}
@@ -1,6 +0,0 @@
package sample
fun <lineMarker descr="null" settings="runDebugExecutableMacos">main</lineMarker>() {}
fun foo() {}
@@ -1,5 +0,0 @@
package sample
fun main() {
}