You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/build.gradle.kts
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,5 @@
1
-
/*
2
-
* This file was generated by the Gradle 'init' task.
3
-
*
4
-
* This generated file contains a sample Kotlin library project to get you started.
5
-
* For more details on building Java & JVM projects, please refer to https://docs.gradle.org/8.4/userguide/building_java_projects.html in the Gradle documentation.
6
-
* This project uses @Incubating APIs which are subject to change.
7
-
*/
8
-
9
1
plugins {
10
-
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
11
-
id("org.jetbrains.kotlin.jvm") version "1.9.22"
2
+
kotlin("multiplatform") version "1.9.22"
12
3
id("com.google.protobuf") version "0.9.4"
13
4
14
5
// Apply the java-library plugin for API and implementation separation.
0 commit comments