Skip to content

Commit

Permalink
Examples. Separate "Browser" example
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Sep 29, 2024
1 parent ef8787d commit 7a355ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/browser/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plugins {
`kotlin-conventions`
}

dependencies {
jsMainImplementation(kotlinWrappers.browser)
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package example

import web.console.console
import web.dom.Document
import web.dom.document
import web.dom.dragOverEvent
Expand Down
1 change: 1 addition & 0 deletions examples/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencyResolutionManagement {
}
}

include("browser")
include("react-lazy-modules-webpack")
include("react-router")
include("tanstack-react-table")
Expand Down

0 comments on commit 7a355ab

Please sign in to comment.