Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ wrapper {
buildscript {
ext.kotlin_version = '1.9.23'
{{#jvm-ktor}}
ext.ktor_version = '2.3.9'
ext.ktor_version = '3.0.0'
{{/jvm-ktor}}
{{#jvm-retrofit2}}
ext.retrofitVersion = '2.10.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package {{packageName}}.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package {{packageName}}.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "{{artifactVersion}}"
val kotlin_version = "1.9.20"
val coroutines_version = "1.7.3"
val serialization_version = "1.6.1"
val ktor_version = "2.3.6"
val ktor_version = "3.0.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "1.0.0"
val kotlin_version = "1.9.20"
val coroutines_version = "1.7.3"
val serialization_version = "1.6.1"
val ktor_version = "2.3.6"
val ktor_version = "3.0.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "1.0.0"
val kotlin_version = "1.9.20"
val coroutines_version = "1.7.3"
val serialization_version = "1.6.1"
val ktor_version = "2.3.6"
val ktor_version = "3.0.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "1.0.0"
val kotlin_version = "1.9.20"
val coroutines_version = "1.7.3"
val serialization_version = "1.6.1"
val ktor_version = "2.3.6"
val ktor_version = "3.0.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/kotlin-jvm-ktor-gson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wrapper {

buildscript {
ext.kotlin_version = '1.9.23'
ext.ktor_version = '2.3.9'
ext.ktor_version = '3.0.0'
ext.spotless_version = "6.25.0"

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wrapper {

buildscript {
ext.kotlin_version = '1.9.23'
ext.ktor_version = '2.3.9'
ext.ktor_version = '3.0.0'
ext.spotless_version = "6.25.0"

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wrapper {

buildscript {
ext.kotlin_version = '1.9.23'
ext.ktor_version = '2.3.9'
ext.ktor_version = '3.0.0'
ext.spotless_version = "6.25.0"

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "1.0.0"
val kotlin_version = "1.9.20"
val coroutines_version = "1.7.3"
val serialization_version = "1.6.1"
val ktor_version = "2.3.6"
val ktor_version = "3.0.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "1.0.0"
val kotlin_version = "1.9.20"
val coroutines_version = "1.7.3"
val serialization_version = "1.6.1"
val ktor_version = "2.3.6"
val ktor_version = "3.0.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
kotlinx_version = '1.1.0'
coroutines_version = '1.3.1'
serialization_version = '0.12.0'
ktor_version = '1.2.4'
ktor_version = '3.0.0'
}

buildscript {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.openapitools.client.auth

import io.ktor.util.InternalAPI
import io.ktor.util.io.InternalAPI
import io.ktor.util.encodeBase64

class HttpBasicAuth : Authentication {
Expand Down
Loading