Skip to content

Commit

Permalink
Added jvm as multiplatform target
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Jul 26, 2023
1 parent 8bd8130 commit db2950c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ratingbar-multiplatform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ plugins {
kotlin("native.cocoapods")
id("com.android.library")
id("org.jetbrains.compose")
id("maven-publish")
}

@OptIn(org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi::class)
kotlin {
targetHierarchy.default()


android()

iosX64()
iosArm64()
iosSimulatorArm64()

jvm()

cocoapods {
summary = "Some description for the Shared Module"
homepage = "Link to the Shared Module homepage"
Expand Down

0 comments on commit db2950c

Please sign in to comment.