Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit e0c6b89

Browse files
author
Krystian Panek
committed
Closer
1 parent deef296 commit e0c6b89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle.kts

+3-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ tasks {
7373
testLogging.showStandardStreams = true
7474
}
7575
packageCompose {
76-
installBundleProject(":kotlin:stdlib")
77-
installBundleProject(":kotlin:reflect")
76+
installBundle("org.jetbrains.kotlin:kotlin-osgi-bundle:1.4.0")
77+
//installBundleProject(":kotlin:stdlib")
78+
//installBundleProject(":kotlin:reflect")
7879
installBundleProject(":kotlin:coroutines-core")
7980
installBundleProject(":kotlin:coroutines-core-jvm")
8081
installBundleProject(":kotlin:compiler-embeddable")

0 commit comments

Comments
 (0)