We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a68f1 commit 20fadbeCopy full SHA for 20fadbe
sample/build.gradle.kts
@@ -19,11 +19,9 @@ kotlin {
19
20
sourceSets {
21
nativeMain.dependencies {
22
- /* implementation(projects.lambdaRuntime)
23
- implementation(projects.lambdaEvents)*/
+ implementation(projects.lambdaRuntime)
+ implementation(projects.lambdaEvents)
24
implementation(libs.kotlin.serialization.json)
25
- implementation("io.github.trueangle:lambda-runtime:0.0.2")
26
- implementation("io.github.trueangle:lambda-events:0.0.2")
27
}
28
29
0 commit comments