mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2025-09-03 07:09:19 +00:00
improve lib and add template for libs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package project_group
|
||||
package project_group.project_name.lib
|
||||
|
||||
class Library {
|
||||
fun someLibraryMethod(): Boolean {
|
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* This Kotlin source file was generated by the Gradle 'init' task.
|
||||
*/
|
||||
package project_group
|
||||
package project_group.project_name.lib
|
||||
|
||||
import kotlin.test.Test
|
||||
import kotlin.test.assertTrue
|
@@ -1 +1 @@
|
||||
<manifest package="project_group.lib"/>
|
||||
<manifest package="project_group.project_name.lib"/>
|
||||
|
Reference in New Issue
Block a user