- [x] Exposes a `Greeting` class. - [x] Exposes a `Greeting` class test. Co-authored-by: Emil Simeonov <emil@theliberatededge.org> Reviewed-on: emil/AstrologyLibrary#2
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
plugins {
|
|
//trick: for the same plugin versions in all sub-modules
|
|
alias(libs.plugins.androidLibrary).apply(false)
|
|
alias(libs.plugins.kotlinMultiplatform).apply(false)
|
|
}
|