diff --git a/plugins/gradle.properties b/plugins/gradle.properties index c333262..e1d6aab 100644 --- a/plugins/gradle.properties +++ b/plugins/gradle.properties @@ -7,6 +7,7 @@ kotlinx-html=0.+ mongo=4.10.+ postgres=42.7.+ prometheus=1.6.+ +kotlinx-browser=0.3 # Determined by options during project creation ktor_version=3.0.1 diff --git a/plugins/server/org.jetbrains/htmx/versions.ktor.yaml b/plugins/server/org.jetbrains/htmx/versions.ktor.yaml index 9d2efe7..818e120 100644 --- a/plugins/server/org.jetbrains/htmx/versions.ktor.yaml +++ b/plugins/server/org.jetbrains/htmx/versions.ktor.yaml @@ -1,2 +1,4 @@ "[3.0,)": - web: npm(htmx.org:2.0.3) \ No newline at end of file + web: + - npm(htmx.org:2.0.3) + - org.jetbrains.kotlinx:kotlinx-browser:$kotlinx-browser \ No newline at end of file