Skip to content

Commit 6f188ed

Browse files
committed
push all the code
1 parent af721fe commit 6f188ed

File tree

5 files changed

+525
-192
lines changed

5 files changed

+525
-192
lines changed

samples/kotlin-android-app-destinations/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
id 'com.android.application'
33
id 'kotlin-android'
44
id 'org.jetbrains.kotlin.plugin.serialization'
5+
id 'org.jetbrains.kotlinx.benchmark' version '0.3.1'
56
}
67

78
android {
@@ -47,6 +48,9 @@ android {
4748
resources {
4849
srcDirs 'src\\androidTest\\assets'
4950
}
51+
dependencies {
52+
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.3.1")
53+
}
5054
}
5155
}
5256
}

samples/kotlin-android-app-destinations/src/androidTest/assets/sample.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)