Skip to content

Commit ce95623

Browse files
committed
Update Foxy's main module build.gradle.kts
1 parent cf09f7d commit ce95623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

foxy/build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
2+
java
23
kotlin("jvm") version Versions.KOTLIN
3-
kotlin("plugin.serialization") version Versions.KOTLIN_SERIALIZATION
4+
kotlin("plugin.serialization") version Versions.KOTLIN
45
id("com.github.johnrengelman.shadow")
56
application
67
}

0 commit comments

Comments
 (0)