Skip to content

Commit c605d98

Browse files
author
Soren Roth
committed
move ksp plugin to end of list
1 parent b04cd17 commit c605d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microapps/FeatureFormsApp/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ plugins {
2020
id("com.android.application")
2121
id("org.jetbrains.kotlin.android")
2222
id("com.google.android.libraries.mapsplatform.secrets-gradle-plugin")
23-
id("com.google.devtools.ksp")
2423
id("com.google.dagger.hilt.android")
24+
id("com.google.devtools.ksp")
2525
}
2626

2727
secrets {

0 commit comments

Comments
 (0)