mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-06 07:29:10 +00:00
Add JVM target to shared module
This commit is contained in:
@@ -22,6 +22,7 @@ repositories {
|
||||
|
||||
kotlin {
|
||||
android()
|
||||
jvm()
|
||||
|
||||
val sdkName = System.getenv("SDK_NAME") ?: "iphonesimulator"
|
||||
|
||||
@@ -85,6 +86,19 @@ kotlin {
|
||||
implementation(Dependencies.SQLDelight.sqlDelightNative)
|
||||
}
|
||||
}
|
||||
val jvmMain by getting {
|
||||
dependencies {
|
||||
// Ktor
|
||||
implementation(Dependencies.Ktor.ktorOkhttp)
|
||||
implementation(Dependencies.Ktor.slf4j)
|
||||
|
||||
// SqlDelight
|
||||
implementation(Dependencies.SQLDelight.sqlDelightSQLite)
|
||||
|
||||
// Misc
|
||||
implementation(Dependencies.Misc.jsoup)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user