Fix testPlatformToCommonExpByInComposite.

In 9d362875da build started fail if mpp
or js targets not configured.
The test testPlatformToCommonExpByInComposite was fixed due it.
This commit is contained in:
Alexander Dudinsky
2020-08-04 12:58:38 +03:00
parent 05d6217f78
commit ea0099aa39
2 changed files with 17 additions and 0 deletions
@@ -14,3 +14,8 @@ apply plugin: 'kotlin-multiplatform'
repositories {
{{kotlin_plugin_repositories}}
}
//
kotlin{
jvm()
}