diff --git a/README.md b/README.md index 1ba9a56..82d059b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ sourceControl { } // build.gradle.kts -implementation("com.parkertenbroeck.coroutines:lib:0.1.0") +implementation("com.parkertenbroeck.coroutines:lib:0.1.1") ``` This library requires the application be ran with a custom class loader, there is a utility provided to make this easier. diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index a96e912..d5ab84c 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -1,4 +1,4 @@ -version = "0.1.0" +version = "0.1.1" group = "com.parkertenbroeck.coroutines" plugins { diff --git a/settings.gradle.kts b/settings.gradle.kts index c86935e..e06a55c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,7 +1,2 @@ -plugins { - // Apply the foojay-resolver plugin to allow automatic download of JDKs - id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0" -} - rootProject.name = "coroutines" include("lib", "app") \ No newline at end of file