Add gradle plugin and fix authenticator
This commit is contained in:
40 files changed
+266
-86
No files matched your search
@@ -0,0 +1,10 @@
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
kotlin("plugin.serialization")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
js(IR) {
|
||||
nodejs { binaries.executable() }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user