Skip to content

Commit

Permalink
Setting version to 0.1
Browse files Browse the repository at this point in the history
Getting rid of executable binary for linuxX64
Upgrading coroutines (for tests)
  • Loading branch information
honkbert committed Jun 29, 2021
1 parent 9fd6858 commit 4696bfc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.robgulley"
version = "1.0"
version = "0.1"

repositories {
mavenCentral()
Expand All @@ -15,11 +15,6 @@ kotlin {
jvm()
macosX64()
linuxX64 {
binaries {
executable {
entryPoint = "main_foo"
}
}
val main by compilations.getting
val mraa by main.cinterops.creating {}
}
Expand Down Expand Up @@ -52,7 +47,7 @@ kotlin {
}
val linuxX64Test by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0-RC-native-mt")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0-native-mt")
}
}

Expand Down

0 comments on commit 4696bfc

Please sign in to comment.