Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danbrough committed Mar 16, 2023
1 parent 6925f1c commit 29f2a3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Xtras.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.plugin.use.PluginDependencySpec
object Xtras {
const val projectGroup = "org.danbrough.kotlinxtras"
const val version = "0.0.3-beta14"
const val publishingVersion = "0.0.3-beta14"
const val publishingVersion = "0.0.3-beta15"
const val repoName = "xtras"
const val javaLangVersion = 11
}
Expand Down
5 changes: 3 additions & 2 deletions demos/repos/ktor/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Ktor demo NOT WORKING~~~~
# Ktor demo

This expects to find curl and openssl in the /usr/local/kotlinxtras/libs/ directory.
To build those run `./gradlew buildLinuxX64 .. buildLinuxArm32Hfp ..` in the root directory
that should be located at /usr/local/kotlinxtras.

To compile run `./gradlew linkDemo1DebugExecutableLinuxArm32Hfp` (or linkDemo1DebugExecutableLinuxArm64)
To compile run `./gradlew linkDemo1DebugExecutableLinuxArm32Hfp` (or
linkDemo1DebugExecutableLinuxArm64)
in this directory.


Expand Down

0 comments on commit 29f2a3d

Please sign in to comment.