Skip to content

Commit

Permalink
separate scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhirkevich Alexander Y authored and Zhirkevich Alexander Y committed Jul 30, 2024
1 parent 6ab2e59 commit e6a5b21
Show file tree
Hide file tree
Showing 62 changed files with 3,903 additions and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ include(":compottie")
include(":compottie-dot")
include(":compottie-network")
include(":compottie-resources")
include(":skriptie")
include(":example:desktopApp")
include(":example:webApp")
include(":example:androidapp")
Expand Down
16 changes: 16 additions & 0 deletions skriptie/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

plugins {
id("module.android")
id("module.multiplatform")
}

kotlin {

sourceSets {
commonMain.dependencies {
}
commonTest.dependencies {
implementation(kotlin("test"))
}
}
}
Loading

0 comments on commit e6a5b21

Please sign in to comment.