update scripts
This commit is contained in:
.gitignorebuild.gradledefaultAndroidSettingsextensions.gradlegithub_release.gradlegradle.propertiesmppAndroidProjectmppJavaProjectmppProjectWithSerializationpubconf.kpsbpublish.gradle
business_cases/post_creating
changelog_parser.shcore
api
exposed
ktor
publishing
settings.gradle
28
mppJavaProject
Normal file
28
mppJavaProject
Normal file
@ -0,0 +1,28 @@
|
||||
project.version = "$version"
|
||||
project.group = "$group"
|
||||
|
||||
apply from: "$publishGradlePath"
|
||||
|
||||
kotlin {
|
||||
jvm()
|
||||
|
||||
sourceSets {
|
||||
commonMain {
|
||||
dependencies {
|
||||
implementation kotlin('stdlib')
|
||||
}
|
||||
}
|
||||
commonTest {
|
||||
dependencies {
|
||||
implementation kotlin('test-common')
|
||||
implementation kotlin('test-annotations-common')
|
||||
}
|
||||
}
|
||||
|
||||
jvmTest {
|
||||
dependencies {
|
||||
implementation kotlin('test-junit')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user