IIRC Android Studio doesn’t have the template for KMP libraries, so your best bet is to either create a normal Kotlin library and update build.gradle.kts to make it a KMP library, or copy a library/repo, or import a new KMP from the wizard as another module and refactor it to be a library