File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >{groupId}</groupId >
2121 <artifactId >protobuf-javalite</artifactId >
22+ <version >{version}</version >
23+ </dependency >
24+ <dependency >
25+ <groupId >org.jetbrains.kotlin</groupId >
26+ <artifactId >kotlin-stdlib</artifactId >
27+ <version >${kotlin.version}</version >
2228 </dependency >
2329 {dependencies}
2430 </dependencies >
Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >{groupId}</groupId >
2121 <artifactId >protobuf-java</artifactId >
22+ <version >{version}</version >
23+ </dependency >
24+ <dependency >
25+ <groupId >org.jetbrains.kotlin</groupId >
26+ <artifactId >kotlin-stdlib</artifactId >
27+ <version >${kotlin.version}</version >
2228 </dependency >
2329 {dependencies}
2430 </dependencies >
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >{groupId}</groupId >
1818 <artifactId >protobuf-java</artifactId >
19+ <version >{version}</version >
1920 </dependency >
2021 {dependencies}
2122 </dependencies >
You can’t perform that action at this time.
0 commit comments